Skip to content

Commit

Permalink
v0.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 23, 2019
1 parent 66ce50d commit 9198c17
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
## v0.6.0-rc1 - 2019-12-23

- Syntax for defining structs and enums have been unified into a singular
custom type definition statement. Instances of these custom types are called
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.1"
version = "0.6.0-rc1"
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 @@ -452,7 +452,7 @@ fn rebar_config(insert: &str) -> String {
{{project_plugins, [rebar_gleam]}}.
{{deps, [
{{gleam_stdlib, "0.5.0"}}
{{gleam_stdlib, "0.6.0"}}
]}}.
"#,
insert
Expand Down

0 comments on commit 9198c17

Please sign in to comment.