Skip to content

Commit bc5f568

Browse files
committed
v0.3.0
1 parent b615bb3 commit bc5f568

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## v0.3.0 - 2023-12-07
4+
5+
- Updated for Gleam v0.33.0.
6+
37
## v0.2.1 - 2023-11-20
48

59
- Documents with no trailing newline can now be parsed.

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "tom"
2-
version = "0.2.1"
2+
version = "0.3.0"
33

44
description = "A pure Gleam TOML parser!"
55
licences = ["Apache-2.0"]
66
repository = { type = "github", user = "lpil", repo = "tom" }
77
links = [{ title = "TOML website", href = "https://toml.io/en/" }]
88

99
[dependencies]
10-
gleam_stdlib = "~> 0.32"
10+
gleam_stdlib = "~> 0.33"
1111

1212
[dev-dependencies]
1313
gleeunit = "~> 1.0"

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ packages = [
77
]
88

99
[requirements]
10-
gleam_stdlib = { version = "~> 0.32" }
10+
gleam_stdlib = { version = "~> 0.33" }
1111
gleeunit = { version = "~> 1.0" }

0 commit comments

Comments
 (0)