We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a34b9 commit 06ee78eCopy full SHA for 06ee78e
CHANGELOG.md
@@ -2,7 +2,8 @@
2
3
## v2.0.1 - 2026-01-13
4
5
-- Fixed a bug where the '#' symbol in ''' strings would be treated like a comment
+- Fixed a bug where the '#' symbol in ''' strings would be treated like a
6
+ comment.
7
8
## v2.0.0 - 2025-05-31
9
gleam.toml
@@ -1,5 +1,5 @@
1
name = "tom"
-version = "2.0.0"
+version = "2.0.1"
description = "A pure Gleam TOML parser!"
licences = ["Apache-2.0"]
0 commit comments