Skip to content

Commit cf65343

Browse files
committed
v0.6.0
1 parent 1b8fd2a commit cf65343

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.6.0 - 2019-12-23
44

5+
- Syntax has been updated for Gleam v0.6.0.
56
- The `dynamic` module gains an `element` for decoding tuples.
67

78
## v0.5.0 - 2019-12-16

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.5.0"},
3+
{vsn,"0.6.0"},
44
{registered,[]},
55
{applications,[kernel,stdlib]},
66
{env,[]},

0 commit comments

Comments
 (0)