Skip to content

Commit 4556cf4

Browse files
committedDec 18, 2023
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

+2
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

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎compiler-cli/Cargo.toml

+1-1
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 <louis@lpil.uk>"]
55
edition = "2021"
66
license-file = "LICENCE"

‎compiler-core/Cargo.toml

+1-1
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 <louis@lpil.uk>"]
55
edition = "2021"
66
license-file = "LICENCE"

‎compiler-wasm/Cargo.toml

+1-1
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 <louis@lpil.uk>"]
55
edition = "2021"
66
license-file = "LICENCE"

‎test-package-compiler/Cargo.toml

+1-1
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 <louis@lpil.uk>"]
55
edition = "2021"
66
license-file = "LICENCE"

0 commit comments

Comments
 (0)