Skip to content

Commit 7cc6ab2

Browse files
committed
v2.1.0
1 parent 9da3ab2 commit 7cc6ab2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## v2.0.0 - Unreleased
3+
## v2.1.0 - 2024-11-19
4+
5+
- `to_string_builder` has been deprecated in favour of `to_string_tree`.
6+
7+
## v2.0.0 - 2024-05-23
48

59
- The Thoas Erlang library has been removed as a dependency in favour of the
610
built-in Erlang JSON library. This means that Erlang/OTP 27.0 or higher is now

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_json"
2-
version = "2.0.0"
2+
version = "2.1.0"
33
gleam = ">= 0.32.0"
44

55
licences = ["Apache-2.0"]

0 commit comments

Comments
 (0)