Skip to content

Commit 9d80649

Browse files
committed
v0.60.0
1 parent 68be9b9 commit 9d80649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.60.0 - 2025-05-13
44

55
- The deprecated items in the `dynamic` module have been removed.
66
- The `from` function in the `dynamic` module has been deprecated.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gleam add gleam_stdlib
1717
```gleam
1818
import gleam/io
1919
20-
pub fn greet(name: String) {
20+
pub fn greet(name: String) -> Nil {
2121
io.println("Hello " <> name <> "!")
2222
}
2323
```

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.59.0"
2+
version = "0.60.0"
33
gleam = ">= 1.9.0"
44
licences = ["Apache-2.0"]
55
description = "A standard library for the Gleam programming language"

0 commit comments

Comments
 (0)