We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54de5b5 commit 9b895b8Copy full SHA for 9b895b8
CHANGELOG.md
@@ -6,6 +6,10 @@
6
- Gleam can now run eunit without an external build tool.
7
- Gleam can now run an Erlang shell without an external build tool.
8
9
+## v0.13.1 - 2020-01-13
10
+
11
+- Fix off-by-one error in message messages.
12
13
## v0.13.0 - 2020-01-13
14
15
- New Gleam projects use stdlib v0.13.0.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gleam"
3
-version = "0.13.0"
+version = "0.13.1"
4
authors = ["Louis Pilfold <[email protected]>"]
5
edition = "2018"
0 commit comments