Skip to content

Commit cb252ac

Browse files
committed
v0.2.0
1 parent 307fb31 commit cb252ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.0 - 2023-11-14
4+
5+
- The library can now parse full TOML documents, with the exception of the
6+
string escape codes `\b`, `\f`, `\e`, `\xHH`, `\uHHHH`, and `\UHHHHHHHH`.
7+
38
## v0.1.0 - 2023-11-12
49

510
- Initial release

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "tom"
2-
version = "0.1.0"
2+
version = "0.2.0"
33

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

0 commit comments

Comments
 (0)