Skip to content

Commit da6e917

Browse files
committed
v1.8.0-rc1
1 parent d37cb5e commit da6e917

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
Dedicated to the memory of Len Pilfold.
4+
5+
## v1.8.0-rc1 - 2025-02-03
46

57
### Compiler
68

Cargo.lock

Lines changed: 5 additions & 5 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"
3-
version = "1.7.0"
3+
version = "1.8.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2021"
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.7.0"
3+
version = "1.8.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2021"
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.7.0"
3+
version = "1.8.0-rc1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2021"
66
license-file = "LICENCE"

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

0 commit comments

Comments
 (0)