Skip to content

Commit 0e15cc4

Browse files
committed
v1.11.0
1 parent 12030a2 commit 0e15cc4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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 - 2025-06-02
44

55
### Bug fixes
66

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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
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.11.0-rc2"
3+
version = "1.11.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)