Skip to content

Commit 5e80214

Browse files
committed
v1.2.1
1 parent c2a6660 commit 5e80214

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.3.0 - Unreleased
44

55
### Build tool
66

@@ -12,6 +12,11 @@
1212

1313
### Bug Fixes
1414

15+
16+
## v1.2.1 - 2024-05-30
17+
18+
### Bug Fixes
19+
1520
- Fixed a bug where the compiler could fail to detect modules that would clash
1621
with Erlang modules.
1722
([Louis Pilfold](https://github.com/lpil))

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

0 commit comments

Comments
 (0)