diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc2bac9238..206bf91375f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.0-rc2 - 2024-12-30 ### Compiler diff --git a/compiler-cli/Cargo.toml b/compiler-cli/Cargo.toml index 5457b7bda4b..b08d847a8ac 100644 --- a/compiler-cli/Cargo.toml +++ b/compiler-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam" -version = "1.7.0-rc1" +version = "1.7.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-core/Cargo.toml b/compiler-core/Cargo.toml index d7e63051f9a..70c78c5a393 100644 --- a/compiler-core/Cargo.toml +++ b/compiler-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-core" -version = "1.7.0-rc1" +version = "1.7.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-wasm/Cargo.toml b/compiler-wasm/Cargo.toml index d6fda0ff1e1..a7eb363939b 100644 --- a/compiler-wasm/Cargo.toml +++ b/compiler-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-wasm" -version = "1.7.0-rc1" +version = "1.7.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/test-package-compiler/Cargo.toml b/test-package-compiler/Cargo.toml index 4169a4381bf..c92da60162a 100644 --- a/test-package-compiler/Cargo.toml +++ b/test-package-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-package-compiler" -version = "1.7.0-rc1" +version = "1.7.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license = "Apache-2.0" diff --git a/test-project-compiler/Cargo.toml b/test-project-compiler/Cargo.toml index 5289d860994..35fcb8b2285 100644 --- a/test-project-compiler/Cargo.toml +++ b/test-project-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-project-compiler" -version = "1.7.0-rc1" +version = "1.7.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license = "Apache-2.0"