Skip to content

Commit be19e79

Browse files
committed
v1.13.0-rc1
1 parent 9ef66cf commit be19e79

File tree

10 files changed

+51
-41
lines changed

10 files changed

+51
-41
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.13.0-rc1 - 2025-09-29
44

55
### Compiler
66

Cargo.lock

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ termcolor = "1"
2525
serde = { version = "1", features = ["derive", "rc"] }
2626
serde_json = "1"
2727
# toml config file parsing
28-
toml = "0"
28+
toml = "0.9"
2929
# Enum trait impl macros
3030
strum = { version = "0", features = ["derive"] }
3131
# Hex package manager client

compiler-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam-cli"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"

compiler-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam-core"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"

compiler-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam-wasm"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"

gleam-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"

test-output/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-output"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

test-package-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-package-compiler"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

test-project-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-project-compiler"
3-
version = "1.12.0"
3+
version = "1.13.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)