Skip to content

Commit c4a93ee

Browse files
committed
Release v0.18.1
1 parent 88b2fb3 commit c4a93ee

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Entries from before version 0.10.0 are no longer included, but can be viewed
55
[here](https://github.com/inko-lang/inko/blob/f9c01b86af70596021e649be5d43ec2a22b6d298/CHANGELOG.md).
66

7+
## 0.18.1 (2025-02-11)
8+
9+
### Changed
10+
11+
- [Fix overly strict sendability checks](https://github.com/inko-lang/inko/commit/d71ae84e622e22547054555e89ea45a90a2878ff)
12+
713
## 0.18.0 (2025-02-11)
814

915
### Added

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["ast", "inko", "compiler", "rt", "location"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.18.0" # VERSION
6+
version = "0.18.1" # VERSION
77
rust-version = "1.78"
88

99
[profile.release]

0 commit comments

Comments
 (0)