Skip to content

Commit bbcb8ee

Browse files
committed
v1.2.0-rc1
1 parent c9e1889 commit bbcb8ee

File tree

6 files changed

+15
-24
lines changed

6 files changed

+15
-24
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.2.0-rc1 - 2024-05-23
44

55
### Build tool
66

Cargo.lock

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

0 commit comments

Comments
 (0)