Skip to content

Commit

Permalink
v0.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 29, 2020
1 parent e21bd2b commit b257d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
- Gleam can now compile Gleam projects without an external build tool.
- Gleam can now run eunit without an external build tool.
- Gleam can now run an Erlang shell without an external build tool.

# v0.10.0-rc1 - 2020-06-29

- Single letter module names are now permitted.
- Added support for bit string syntax.
- Support for the deprecated list prepend syntax has been removed.
- Added module level constants that are inlined at compile time.
- Public module level constants generate documentation.
- The formatter style has been improved to wrap and sort imports.
- The formatter now permits comments at the end of module function bodies.
- The formatter now skips files that match patterns defined in ignore files such as .gitignore and .ignore.
- The formatter now skips files that match patterns defined in ignore files
such as .gitignore and .ignore.
- Error message diagnostic code previews for type errors when using the the
pipe operator have been made more accurate.
- Added support for list literals in clause guards.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam"
version = "0.10.0-dev"
version = "0.10.0-rc1"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit b257d55

Please sign in to comment.