Skip to content

Commit 06ee78e

Browse files
committed
v2.0.1
1 parent 05a34b9 commit 06ee78e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## v2.0.1 - 2026-01-13
44

5-
- Fixed a bug where the '#' symbol in ''' strings would be treated like a comment
5+
- Fixed a bug where the '#' symbol in ''' strings would be treated like a
6+
comment.
67

78
## v2.0.0 - 2025-05-31
89

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "tom"
2-
version = "2.0.0"
2+
version = "2.0.1"
33

44
description = "A pure Gleam TOML parser!"
55
licences = ["Apache-2.0"]

0 commit comments

Comments
 (0)