Skip to content

Commit 3e044d4

Browse files
committed
v0.14.0
1 parent 8d2571e commit 3e044d4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- Gleam can now run eunit without an external build tool.
77
- Gleam can now run an Erlang shell without an external build tool.
88

9+
## v0.14.0 - 2021-02-18
10+
11+
#### [Release Blog Post](https://gleam.run/news/gleam-v0.14-released/)
12+
913
## v0.14.0-rc2 - 2021-02-18
1014

1115
- New projects are created with `gleam_stdlib` v0.14.0.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam"
3-
version = "0.14.0-rc2"
3+
version = "0.14.0"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2018"
66
license-file = "LICENCE"

0 commit comments

Comments
 (0)