aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 18:47:02 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 18:47:02 +0000
commitd8b217db0ead5e0bbf5ee8aa0919d8223c7f425f (patch)
tree0188c2db32f635d7a0e0561d41077a29178db2a4
parent17dc6d6728a3fc9597fbedd92398ecc1ea68daff (diff)
downloadgleam_json-0.2.0.tar.gz
gleam_json-0.2.0.zip
v0.2.0v0.2.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 a932e68..9d9f924 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.2.0 - 2022-01-01
- Converted to use the Gleam build tool.
- The underlying `jsone` Erlang JSON libary has been replaced with the new
diff --git a/gleam.toml b/gleam.toml
index 18f4631..1e65d33 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_json"
-version = "0.1.0"
+version = "0.2.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"