We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68be9b9 commit 9d80649Copy full SHA for 9d80649
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.60.0 - 2025-05-13
4
5
- The deprecated items in the `dynamic` module have been removed.
6
- The `from` function in the `dynamic` module has been deprecated.
README.md
@@ -17,7 +17,7 @@ gleam add gleam_stdlib
17
```gleam
18
import gleam/io
19
20
-pub fn greet(name: String) {
+pub fn greet(name: String) -> Nil {
21
io.println("Hello " <> name <> "!")
22
}
23
```
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.59.0"
+version = "0.60.0"
gleam = ">= 1.9.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments