Skip to content

Commit 5153d97

Browse files
committed
v0.34.0
1 parent 3bb4350 commit 5153d97

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gleam_erlang"
22

3-
version = "0.33.1"
3+
version = "0.34.0"
44
licences = ["Apache-2.0"]
55
description = "A Gleam library for working with Erlang"
66

@@ -12,7 +12,7 @@ links = [
1212
gleam = ">= 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]
1818
gleeunit = ">= 1.3.0 and < 2.0.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.50.0 and < 2.0.0" }
10+
gleam_stdlib = { version = ">= 0.53.0 and < 2.0.0" }
1111
gleeunit = { version = ">= 1.3.0 and < 2.0.0" }

0 commit comments

Comments
 (0)