Skip to content

Commit a857089

Browse files
committed
v1.14.0-rc3
1 parent ce3b22d commit a857089

File tree

9 files changed

+22
-18
lines changed

9 files changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.14.0-rc3 - 2025-12-21
4+
5+
### Bug fixes
6+
7+
- Fixed a bug where checking for equality with a variant with no fields using
8+
qualified syntax would generate invalid code on the JavaScript target.
9+
([Surya Rose](https://github.com/GearsDatapacks))
10+
311
## v1.14.0-rc2 - 2025-12-19
412

513
### Bug fixes
@@ -12,10 +20,6 @@
1220
invalid code.
1321
([Surya Rose](https://github.com/GearsDatapacks))
1422

15-
- Fixed a bug where checking for equality with a variant with no fields using
16-
qualified syntax would generate invalid code on the JavaScript target.
17-
([Surya Rose](https://github.com/GearsDatapacks))
18-
1923
## v1.14.0-rc1 - 2025-12-15
2024

2125
### Compiler

Cargo.lock

Lines changed: 7 additions & 7 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-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
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.14.0-rc2"
3+
version = "1.14.0-rc3"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)