Skip to content

Commit e40d302

Browse files
committed
1.15.0-rc1
1 parent 87d545a commit e40d302

11 files changed

Lines changed: 21 additions & 34 deletions

File tree

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.15.0-rc1 - 2026-03-04
44

55
### Compiler
66

Cargo.lock

Lines changed: 11 additions & 24 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.14.0"
3+
version = "1.15.0-rc1"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
66
license = "Apache-2.0"

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

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

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

hexpm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hexpm"
3-
version = "1.14.0"
3+
version = "1.15.0-rc1"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
66
license = "Apache-2.0"

language-server/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-language-server"
3-
version = "1.14.0"
3+
version = "1.15.0-rc1"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)