Skip to content

Commit

Permalink
v0.17.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 11, 2021
1 parent 4790f79 commit 12d41ac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.17.0-rc1 - 2021-09-11

- Gleam can now compile Gleam projects without an external build tool.
- Gleam can now run eunit without an external build tool.
Expand Down
6 changes: 3 additions & 3 deletions 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 RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release checklist

1. Update the version in `Cargo.toml`.
1. Update the version in each `Cargo.toml`.
2. Update versions in `src/new.rs` for stdlib etc if required.
3. Run `make test build`.
4. Update `CHANGELOG.md` with new version and link to blog post (if present)
Expand Down
2 changes: 1 addition & 1 deletion compiler-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam"
version = "0.17.0-dev"
version = "0.17.0-rc1"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-core"
version = "0.17.0-dev"
version = "0.17.0-rc1"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-wasm"
version = "0.17.0-dev"
version = "0.17.0-rc1"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2018"
license-file = "LICENCE"
Expand Down

0 comments on commit 12d41ac

Please sign in to comment.