aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-02-26 19:03:52 +0000
committerLouis Pilfold <louis@lpil.uk>2023-02-26 19:03:52 +0000
commit4e0a750f1fcef7ea04d98664e2493baacd595060 (patch)
treec893265ef7518a503e6885fe0abc8ce794718067
parent2570d876f0900daa753fdbf87e50f5b0d447eb5e (diff)
downloadgleam_stdlib-0.27.0.tar.gz
gleam_stdlib-0.27.0.zip
v0.27.0v0.27.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b445d45..569a357 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.27.0 - 2023-02-26
- The `bool` module gains the `guard` function.
- Fixed a bug where `io.print`, `io.print_error`, and `io.print_debug` would use
diff --git a/gleam.toml b/gleam.toml
index 4d13d83..e7be242 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.26.1"
+version = "0.27.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"