aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-01-13 17:03:54 +0000
committerLouis Pilfold <louis@lpil.uk>2021-01-13 17:03:54 +0000
commite42e4242e20f909054af1b964d5cdf2627e958ce (patch)
tree289135a47e5c09c08703736f58bbeed0d5fadfcd
parent57ce477e42b227ff26ad6ef963ab6bbadb5d48f2 (diff)
downloadgleam_stdlib-0.13.0.tar.gz
gleam_stdlib-0.13.0.zip
v0.13.0v0.13.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/gleam_stdlib.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c74721f..63f5dc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.13.0 - 2021-01-13
- The `int` module gains the `absolute_value`, `sum` and `product` functions.
- The `float` module gains the `sum` and `product` functions.
diff --git a/src/gleam_stdlib.app.src b/src/gleam_stdlib.app.src
index 0137f9e..8a8b259 100644
--- a/src/gleam_stdlib.app.src
+++ b/src/gleam_stdlib.app.src
@@ -1,6 +1,6 @@
{application,gleam_stdlib,
[{description,"A standard library for the Gleam programming language"},
- {vsn,"0.12.0"},
+ {vsn,"0.13.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},