Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 31, 2020
1 parent 2ab6bc2 commit ca1d34d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- Gleam can now run eunit without an external build tool.
- Gleam can now run an Erlang shell without an external build tool.

## v0.11.1 - 2020-08-31

- The formatter style has been improved to render function type arguments on
a single line when possible, even if the return type will not fit on a
single line.
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.12.0-dev"
version = "0.11.1"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ca1d34d

Please sign in to comment.