From 5a2d748184076ecdf65e235d621b29338b9e6097 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 14 Sep 2024 13:27:34 +0100 Subject: [PATCH] v1.5.0-rc1 --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- compiler-cli/Cargo.toml | 2 +- compiler-core/Cargo.toml | 2 +- compiler-wasm/Cargo.toml | 2 +- test-package-compiler/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615ba79bb1e..b177ef82b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v1.5.0-rc1 - 2024-09-14 ### Build tool diff --git a/Cargo.lock b/Cargo.lock index 8e4a2003115..4a65d89faa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "gleam" -version = "1.4.1" +version = "1.5.0-rc1" dependencies = [ "async-trait", "base16", @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "gleam-core" -version = "1.4.1" +version = "1.5.0-rc1" dependencies = [ "askama", "async-trait", @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "gleam-wasm" -version = "1.4.1" +version = "1.5.0-rc1" dependencies = [ "camino", "console_error_panic_hook", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "test-package-compiler" -version = "1.4.1" +version = "1.5.0-rc1" dependencies = [ "camino", "gleam-core", diff --git a/compiler-cli/Cargo.toml b/compiler-cli/Cargo.toml index da878858685..f8af56a8e3e 100644 --- a/compiler-cli/Cargo.toml +++ b/compiler-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam" -version = "1.4.1" +version = "1.5.0-rc1" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-core/Cargo.toml b/compiler-core/Cargo.toml index 368fc260700..5bc15e466eb 100644 --- a/compiler-core/Cargo.toml +++ b/compiler-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-core" -version = "1.4.1" +version = "1.5.0-rc1" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/compiler-wasm/Cargo.toml b/compiler-wasm/Cargo.toml index 548c21b0684..36424c389d6 100644 --- a/compiler-wasm/Cargo.toml +++ b/compiler-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam-wasm" -version = "1.4.1" +version = "1.5.0-rc1" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE" diff --git a/test-package-compiler/Cargo.toml b/test-package-compiler/Cargo.toml index 0e28dc9ad84..c4e8b69b525 100644 --- a/test-package-compiler/Cargo.toml +++ b/test-package-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-package-compiler" -version = "1.4.1" +version = "1.5.0-rc1" authors = ["Louis Pilfold "] edition = "2021" license-file = "LICENCE"