Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 16, 2019
1 parent 3280971 commit edc93f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased - 2019-11-27
## v0.5.0 - 2019-12-16

- Enum constructor arguments can now be labelled, allowing arguments to be
given by name at the call site.
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.5.0-dev"
version = "0.5.0"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ fn rebar_config(insert: &str) -> String {
{{project_plugins, [rebar_gleam]}}.
{{deps, [
gleam_stdlib
{{gleam_stdlib, "0.5.0"}}
]}}.
"#,
insert
Expand Down

0 comments on commit edc93f5

Please sign in to comment.