Skip to content

Commit

Permalink
v1.9.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 7, 2025
1 parent 31ab79d commit 429d3b1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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
## v1.9.0-rc2 - 2025-03-07

### Compiler

Expand Down
14 changes: 7 additions & 7 deletions 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 compiler-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-cli"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-core"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-wasm"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion gleam-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion test-output/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-output"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion test-package-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-package-compiler"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion test-project-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-project-compiler"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
license = "Apache-2.0"
Expand Down

0 comments on commit 429d3b1

Please sign in to comment.