File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v0.34.0 - 2025-02-02
44
55- Fixed deprecation warnings with the Gleam standard library v0.53.0 or later.
6- - Increased minimum required Gleam standard library version to v0.50 .0.
6+ - Increased minimum required Gleam standard library version to v0.53 .0.
77
88## v0.33.1 - 2024-12-07
99
Original file line number Diff line number Diff line change 11name = " gleam_erlang"
22
3- version = " 0.33.1 "
3+ version = " 0.34.0 "
44licences = [" Apache-2.0" ]
55description = " A Gleam library for working with Erlang"
66
@@ -12,7 +12,7 @@ links = [
1212gleam = " >= 0.32.0"
1313
1414[dependencies ]
15- gleam_stdlib = " >= 0.50 .0 and < 2.0.0"
15+ gleam_stdlib = " >= 0.53 .0 and < 2.0.0"
1616
1717[dev-dependencies ]
1818gleeunit = " >= 1.3.0 and < 2.0.0"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ packages = [
77]
88
99[requirements ]
10- gleam_stdlib = { version = " >= 0.50 .0 and < 2.0.0" }
10+ gleam_stdlib = { version = " >= 0.53 .0 and < 2.0.0" }
1111gleeunit = { version = " >= 1.3.0 and < 2.0.0" }
You can’t perform that action at this time.
0 commit comments