Skip to content

Commit

Permalink
Release v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Oct 29, 2024
1 parent 1905500 commit a490d56
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Entries from before version 0.10.0 are no longer included, but can be viewed
[here](https://github.com/inko-lang/inko/blob/f9c01b86af70596021e649be5d43ec2a22b6d298/CHANGELOG.md).

## 0.17.1 (2024-10-29)

### Fixed

- [1905500](https://github.com/inko-lang/inko/commit/1905500807bebba9890b3289f7b4671893c47401): Fix underflow when removing unreachable blocks

## 0.17.0 (2024-10-28)

### Added
Expand Down
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["ast", "inko", "compiler", "rt", "location"]
resolver = "2"

[workspace.package]
version = "0.17.0" # VERSION
version = "0.17.1" # VERSION
rust-version = "1.78"

[profile.release]
Expand Down

0 comments on commit a490d56

Please sign in to comment.