Skip to content

Commit 077f87f

Browse files
committed
stdlib-v0.1.2
1 parent d2b072e commit 077f87f

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.1.2 - 2019-04-25
44

55
- `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`,
66
`unique`, and `zip` functions.

src/gleam_experimental_stdlib.app.src

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

0 commit comments

Comments
 (0)