diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f3fedb63e..ff2b08c6e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.29.0-rc2 - 2023-05-22 - The `gleam lsp` command is no longer hidden from the help output. - Fixed a bug where some language server clients would show autocompletion diff --git a/Cargo.lock b/Cargo.lock index 12cfbf491f2..5d9e85707c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "gleam" -version = "0.29.0-rc1" +version = "0.29.0-rc2" dependencies = [ "async-trait", "atty", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "gleam-core" -version = "0.29.0-rc1" +version = "0.29.0-rc2" dependencies = [ "askama", "async-trait", @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "gleam-wasm" -version = "0.29.0-rc1" +version = "0.29.0-rc2" dependencies = [ "console_error_panic_hook", "gleam-core", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "test-package-compiler" -version = "0.29.0-rc1" +version = "0.29.0-rc2" dependencies = [ "gleam-core", "im", diff --git a/compiler-cli/Cargo.toml b/compiler-cli/Cargo.toml index 62450bf6565..2d326ba5e7a 100644 --- a/compiler-cli/Cargo.toml +++ b/compiler-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam" -version = "0.29.0-rc1" +version = "0.29.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-core/Cargo.toml b/compiler-core/Cargo.toml index 1cc3b8d8d1a..ad9a05e9d79 100644 --- a/compiler-core/Cargo.toml +++ b/compiler-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-core" -version = "0.29.0-rc1" +version = "0.29.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-wasm/Cargo.toml b/compiler-wasm/Cargo.toml index 8d1516529f7..39415397c36 100644 --- a/compiler-wasm/Cargo.toml +++ b/compiler-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-wasm" -version = "0.29.0-rc1" +version = "0.29.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 6ecaa5988f5..5bce1a2a9b2 100644 --- a/test-package-compiler/Cargo.toml +++ b/test-package-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-package-compiler" -version = "0.29.0-rc1" +version = "0.29.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE"