Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 16, 2024
1 parent c7ec789 commit 69133fd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Changelog

## Unreleased

### Formatter

- Fixed a bug where function heads would go over the line limit.


## v0.34.0-rc3 - 2023-01-12
## v0.34.0 - 2023-01-16

### Language changes

Expand All @@ -17,6 +10,11 @@
default Gleam implementation means the code is future-proof and continues to
be cross platform even if a new target is added.

### Bug fixes

- Fixed a bug where function heads would go over the line limit in the
formatter.


## v0.34.0-rc2 - 2023-01-11

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.34.0-rc2"
version = "0.34.0"
authors = ["Louis Pilfold <[email protected]>"]
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.34.0-rc2"
version = "0.34.0"
authors = ["Louis Pilfold <[email protected]>"]
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.34.0-rc2"
version = "0.34.0"
authors = ["Louis Pilfold <[email protected]>"]
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.34.0-rc2"
version = "0.34.0"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2021"
license-file = "LICENCE"
Expand Down

0 comments on commit 69133fd

Please sign in to comment.