Skip to content

Commit 9af8a63

Browse files
committed
v1.16.0-rc4
1 parent 9efca80 commit 9af8a63

11 files changed

Lines changed: 19 additions & 19 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.16.0-rc4 - 2026-04-22
44

55
### Build tool
66

Cargo.lock

Lines changed: 9 additions & 9 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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
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.16.0-rc3"
3+
version = "1.16.0-rc4"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)