Skip to content

Commit b257d55

Browse files
committed
v0.10.0-rc1
1 parent e21bd2b commit b257d55

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
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.10.0-rc1 - 2020-06-29
10+
811
- Single letter module names are now permitted.
912
- Added support for bit string syntax.
1013
- Support for the deprecated list prepend syntax has been removed.
1114
- Added module level constants that are inlined at compile time.
1215
- Public module level constants generate documentation.
1316
- The formatter style has been improved to wrap and sort imports.
1417
- The formatter now permits comments at the end of module function bodies.
15-
- The formatter now skips files that match patterns defined in ignore files such as .gitignore and .ignore.
18+
- The formatter now skips files that match patterns defined in ignore files
19+
such as .gitignore and .ignore.
1620
- Error message diagnostic code previews for type errors when using the the
1721
pipe operator have been made more accurate.
1822
- Added support for list literals in clause guards.

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

0 commit comments

Comments
 (0)