Skip to content

Commit 4556cf4

Browse files
committed
v0.33.0
1 parent 36d6fbf commit 4556cf4

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v0.33.0 - 2023-12-18
4+
35
## v0.33.0-rc4 - 2023-12-17
46

57
- The deprecated bit array options `binary` and `bit_string` have been removed.

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.33.0-rc4"
3+
version = "0.33.0"
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.33.0-rc4"
3+
version = "0.33.0"
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.33.0-rc4"
3+
version = "0.33.0"
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.33.0-rc4"
3+
version = "0.33.0"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2021"
66
license-file = "LICENCE"

0 commit comments

Comments
 (0)