Skip to content

Commit 7807b85

Browse files
committed
v1.0.0
1 parent c3e9708 commit 7807b85

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## v1.0.0 - 2024-01-16
4+
5+
- Relaxed stdlib version requirement.
6+
37
## v0.7.0 - 2023-11-05
48

59
- Updated for Gleam v0.32.0.

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_json"
2-
version = "0.7.0"
2+
version = "1.0.0"
33
gleam = ">= 0.32.0"
44

55
licences = ["Apache-2.0"]
@@ -12,7 +12,7 @@ links = [
1212
]
1313

1414
[dependencies]
15-
gleam_stdlib = "~> 0.19"
15+
gleam_stdlib = "~> 0.19 or ~> 1.0"
1616
thoas = "~> 0.2"
1717

1818
[dev-dependencies]

manifest.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# You typically do not need to edit this file
33

44
packages = [
5-
{ name = "gleam_stdlib", version = "0.32.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "07D64C26D014CF570F8ACADCE602761EA2E74C842D26F2FD49B0D61973D9966F" },
6-
{ name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" },
5+
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
6+
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
77
{ name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" },
88
]
99

1010
[requirements]
11-
gleam_stdlib = { version = "~> 0.19" }
11+
gleam_stdlib = { version = "~> 0.19 or ~> 1.0" }
1212
gleeunit = { version = "~> 1.0" }
1313
thoas = { version = "~> 0.2" }

0 commit comments

Comments
 (0)