File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v0.34.0 - 2025-02-02
4
4
5
5
- 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.
7
7
8
8
## v0.33.1 - 2024-12-07
9
9
Original file line number Diff line number Diff line change 1
1
name = " gleam_erlang"
2
2
3
- version = " 0.33.1 "
3
+ version = " 0.34.0 "
4
4
licences = [" Apache-2.0" ]
5
5
description = " A Gleam library for working with Erlang"
6
6
@@ -12,7 +12,7 @@ links = [
12
12
gleam = " >= 0.32.0"
13
13
14
14
[dependencies ]
15
- gleam_stdlib = " >= 0.50 .0 and < 2.0.0"
15
+ gleam_stdlib = " >= 0.53 .0 and < 2.0.0"
16
16
17
17
[dev-dependencies ]
18
18
gleeunit = " >= 1.3.0 and < 2.0.0"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ packages = [
7
7
]
8
8
9
9
[requirements ]
10
- gleam_stdlib = { version = " >= 0.50 .0 and < 2.0.0" }
10
+ gleam_stdlib = { version = " >= 0.53 .0 and < 2.0.0" }
11
11
gleeunit = { version = " >= 1.3.0 and < 2.0.0" }
You can’t perform that action at this time.
0 commit comments