Skip to content

Commit e42e424

Browse files
committed
v0.13.0
1 parent 57ce477 commit e42e424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.13.0 - 2021-01-13
44

55
- The `int` module gains the `absolute_value`, `sum` and `product` functions.
66
- The `float` module gains the `sum` and `product` functions.

src/gleam_stdlib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,gleam_stdlib,
22
[{description,"A standard library for the Gleam programming language"},
3-
{vsn,"0.12.0"},
3+
{vsn,"0.13.0"},
44
{registered,[]},
55
{applications,[kernel,stdlib]},
66
{env,[]},

0 commit comments

Comments
 (0)