Skip to content

Commit

Permalink
v0.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 28, 2020
1 parent c1b9d7e commit a3bb0f4
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.7.0-rc1 - 2020-02-28

- Type aliases can be defined to give concise names to frequently used types.
- Case expression clauses may have guards which can be used to require
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.7.0-dev"
version = "0.7.0-rc1"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ekidd/rust-musl-builder:1.37.0 as build
FROM ekidd/rust-musl-builder:1.40.0 as build

# Build
COPY . .
Expand Down

0 comments on commit a3bb0f4

Please sign in to comment.