Skip to content

Commit 2119e95

Browse files
lpilcysabi
authored andcommitted
v1.11.1
1 parent 18ea115 commit 2119e95

File tree

9 files changed

+26
-20
lines changed

9 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@
44

55
### Compiler
66

7+
### Build tool
8+
9+
### Language server
10+
11+
### Formatter
12+
13+
### Bug fixes
14+
15+
## v1.11.1 - 2025-06-05
16+
17+
### Compiler
18+
719
- The displaying of internal types in HTML documentation has been improved.
820
([Louis Pilfold](https://github.com/lpil))
921

1022
- A warning is now emitted when the same module is imported
1123
multiple times into the same module with different aliases.
1224
([Louis Pilfold](https://github.com/lpil))
1325

14-
### Build tool
15-
16-
### Language server
17-
18-
### Formatter
19-
2026
### Bug fixes
2127

2228
- Fixed a bug where `case` expressions in custom panic messages would compile

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

0 commit comments

Comments
 (0)