Skip to content

Commit 878b4a1

Browse files
committed
v1.11.0-rc1
1 parent f037c97 commit 878b4a1

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
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.11.0-rc1 - 2025-05-15
44

55
### Compiler
66

Cargo.lock

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

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.10.0"
3+
version = "1.11.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"

compiler-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam-core"
3-
version = "1.10.0"
3+
version = "1.11.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license-file = "LICENCE"
@@ -82,4 +82,4 @@ capnpc = "0"
8282
pretty_assertions.workspace = true
8383
insta.workspace = true
8484
# Random value generation
85-
rand = "0"
85+
rand = "0.9"

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.10.0"
3+
version = "1.11.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.10.0"
3+
version = "1.11.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.10.0"
3+
version = "1.11.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.10.0"
3+
version = "1.11.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.10.0"
3+
version = "1.11.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)