Skip to content

Commit 525e0ce

Browse files
committed
v3.0.1
1 parent d5012bd commit 525e0ce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.0.1 - 2025-05-13
4+
5+
- `gleam_json` dependency removed.
6+
37
## v3.0.0 - 2025-05-05
48

59
- Updated to include the `can_run_on_erlang` and `can_run_on_javascript`

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_package_interface"
2-
version = "3.0.0"
2+
version = "3.0.1"
33

44
description = "Work with Gleam's package interfaces"
55
licences = ["Apache-2.0"]
@@ -8,10 +8,10 @@ links = [{ title = "Website", href = "https://gleam.run" }]
88

99
[dependencies]
1010
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
11-
gleam_json = ">= 1.0.0 and < 3.0.0"
1211

1312
[dev-dependencies]
1413
gleeunit = ">= 1.0.0 and < 2.0.0"
1514
simplifile = ">= 2.0.0 and < 3.0.0"
1615
birdie = ">= 1.0.0 and < 2.0.0"
1716
glam = ">= 2.0.0 and < 3.0.0"
17+
gleam_json = ">= 2.0.0 and < 4.0.0"

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [
2626
[requirements]
2727
birdie = { version = ">= 1.0.0 and < 2.0.0" }
2828
glam = { version = ">= 2.0.0 and < 3.0.0" }
29-
gleam_json = { version = ">= 1.0.0 and < 3.0.0" }
29+
gleam_json = { version = ">= 2.0.0 and < 4.0.0" }
3030
gleam_stdlib = { version = ">= 0.50.0 and < 2.0.0" }
3131
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
3232
simplifile = { version = ">= 2.0.0 and < 3.0.0" }

0 commit comments

Comments
 (0)