Skip to content

Commit

Permalink
v0.33.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 7, 2023
1 parent 517e93c commit 06a1ccc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.33.0-rc2 - Unreleased
## v0.33.0-rc2 - 2023-12-07

### Language changes

Expand All @@ -11,6 +11,7 @@
- Fixed a bug where the `\u` string escape sequence would not work with
on Erlang on the right hand side of a string concatenation.


## v0.33.0-rc1 - 2023-12-06

### Formatter
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam"
version = "0.33.0-rc1"
version = "0.33.0-rc2"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2021"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-core"
version = "0.33.0-rc1"
version = "0.33.0-rc2"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2021"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion compiler-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gleam-wasm"
version = "0.33.0-rc1"
version = "0.33.0-rc2"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2021"
license-file = "LICENCE"
Expand Down
2 changes: 1 addition & 1 deletion test-package-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-package-compiler"
version = "0.33.0-rc1"
version = "0.33.0-rc2"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2021"
license-file = "LICENCE"
Expand Down

0 comments on commit 06a1ccc

Please sign in to comment.