Skip to content

Commit 9b895b8

Browse files
committed
v0.13.1
1 parent 54de5b5 commit 9b895b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.13.1 - 2020-01-13
10+
11+
- Fix off-by-one error in message messages.
12+
913
## v0.13.0 - 2020-01-13
1014

1115
- New Gleam projects use stdlib v0.13.0.

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.13.0"
3+
version = "0.13.1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)