Skip to content

Commit 374e199

Browse files
committed
v0.12.1
1 parent 69aa3b4 commit 374e199

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Gleam can now compile Gleam projects without an external build tool.
66
- Gleam can now run eunit without an external build tool.
77
- Gleam can now run an Erlang shell without an external build tool.
8+
9+
## v0.12.1 - 2020-11-15
10+
811
- The compiler can now discriminate between record access and module access
912
for shadowed names
1013
- The `new` command will no longer permit projects to be made with names that

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

0 commit comments

Comments
 (0)