aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-02-05 09:38:28 +0000
committerLouis Pilfold <louis@lpil.uk>2022-02-05 09:38:28 +0000
commitd35a33aa229537cdf9418ced39a666f855f47854 (patch)
tree859bfdeb16d43577b80ba235fcf4f764dfa0bc6e
parent6821a758373686042096a3b54f39743532c32aaa (diff)
downloadgleam_json-d35a33aa229537cdf9418ced39a666f855f47854.tar.gz
gleam_json-d35a33aa229537cdf9418ced39a666f855f47854.zip
v0.4.0v0.4.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 c0be33c..3abf846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## v0.4.0 - Unreleased
+## v0.4.0 - 2022-02-05
- The `decode_bits` function has been added.
diff --git a/gleam.toml b/gleam.toml
index 3642e3a..25531d1 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_json"
-version = "0.3.0"
+version = "0.4.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"