Skip to content

Commit a8fa15a

Browse files
committed
v0.13.0-rc1
1 parent 0fcf863 commit a8fa15a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Unreleased
44

5-
- Variable names now only have 1st letter capitalized when converted to erlang.
65
- Gleam can now compile Gleam projects without an external build tool.
76
- Gleam can now run eunit without an external build tool.
87
- Gleam can now run an Erlang shell without an external build tool.
8+
9+
## v0.13.0-rc1 - 2020-01-09
10+
11+
- Variable names now only have 1st letter capitalized when converted to erlang.
912
- Records defined in other modules can now be used in module constants.
1013
- Documentation can link from functions, types & constants to their source
1114
code definitions on popular project hosting sites.

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

0 commit comments

Comments
 (0)