Skip to content

Commit 5ad6721

Browse files
committed
v1.9.1
1 parent 9a6d059 commit 5ad6721

File tree

9 files changed

+20
-14
lines changed

9 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Formatter
1212

13+
### Bug fixes
14+
15+
## v1.9.1 - 2025-03-10
16+
17+
### Formatter
18+
1319
- Improved the formatting of pipelines printed with `echo`.
1420
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
1521

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

0 commit comments

Comments
 (0)