diff --git a/CHANGELOG.md b/CHANGELOG.md index f6920f14e64..2602963971d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.32.0-rc2 - 2023-10-26 ### Bug fixes diff --git a/Cargo.lock b/Cargo.lock index c390cda4747..6abc81f0b92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "gleam" -version = "0.32.0-rc1" +version = "0.32.0-rc2" dependencies = [ "async-trait", "atty", @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "gleam-core" -version = "0.32.0-rc1" +version = "0.32.0-rc2" dependencies = [ "askama", "async-trait", @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "gleam-wasm" -version = "0.32.0-rc1" +version = "0.32.0-rc2" dependencies = [ "camino", "console_error_panic_hook", @@ -2183,7 +2183,7 @@ dependencies = [ [[package]] name = "test-package-compiler" -version = "0.32.0-rc1" +version = "0.32.0-rc2" dependencies = [ "camino", "gleam-core", diff --git a/compiler-cli/Cargo.toml b/compiler-cli/Cargo.toml index a9184a9a684..54d45c39909 100644 --- a/compiler-cli/Cargo.toml +++ b/compiler-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam" -version = "0.32.0-rc1" +version = "0.32.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-core/Cargo.toml b/compiler-core/Cargo.toml index 372eb5c9092..6366f68cd01 100644 --- a/compiler-core/Cargo.toml +++ b/compiler-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-core" -version = "0.32.0-rc1" +version = "0.32.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__hello_docs.snap b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__hello_docs.snap index 41dc97df828..c5bda1652ac 100644 --- a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__hello_docs.snap +++ b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__hello_docs.snap @@ -14,11 +14,11 @@ expression: "compile(config, modules)" - + - + - - - - - + + + + + + - + diff --git a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__long_function_wrapping.snap b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__long_function_wrapping.snap index c1be5607219..bc3902eae51 100644 --- a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__long_function_wrapping.snap +++ b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__long_function_wrapping.snap @@ -14,11 +14,11 @@ expression: "compile(config, modules)" - + - + - - - - - + + + + + + - + diff --git a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__tables.snap b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__tables.snap index fd7ca7bbf23..342e249a250 100644 --- a/compiler-core/src/docs/snapshots/gleam_core__docs__tests__tables.snap +++ b/compiler-core/src/docs/snapshots/gleam_core__docs__tests__tables.snap @@ -14,11 +14,11 @@ expression: "compile(config, modules)" - + - + - - - - - + + + + + + - + diff --git a/compiler-wasm/Cargo.toml b/compiler-wasm/Cargo.toml index 7a7ebad49db..681cbd6231e 100644 --- a/compiler-wasm/Cargo.toml +++ b/compiler-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-wasm" -version = "0.32.0-rc1" +version = "0.32.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 f273c22fa9f..9da992b7283 100644 --- a/test-package-compiler/Cargo.toml +++ b/test-package-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-package-compiler" -version = "0.32.0-rc1" +version = "0.32.0-rc2" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE"