aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-03 13:33:21 +0100
committerLouis Pilfold <louis@lpil.uk>2023-08-03 13:33:21 +0100
commitf784688fad11413cb3f88ad948c8400d39c5866f (patch)
treed7af708d266c03ae645d17b2c4ea4389e6e5af91
parent8361e09c120d5a0e862c20e35a73a479ed380c93 (diff)
downloadgleam_json-0.6.0.tar.gz
gleam_json-0.6.0.zip
v0.6.0v0.6.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31e85df..eecbfc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.6.0 - 2023-08-03
- Updated error parsing for current V8 runtimes.
- Updated for Gleam v0.30.0.
diff --git a/gleam.toml b/gleam.toml
index 520effa..0f1844e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_json"
-version = "0.5.1"
+version = "0.6.0"
gleam = ">= 0.30.0"
licences = ["Apache-2.0"]