Skip to content

Commit 9146ff4

Browse files
committed
v1.0.0-rc1
1 parent df3bdcb commit 9146ff4

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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.0.0-rc1 - 2024-02-10
44

55
### Language changes
66

Cargo.lock

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

0 commit comments

Comments
 (0)