diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c17c87..2ca68a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ **NOTE:** this file is automatically generated, please do not edit it manually. +## 0.5.0 (2024-02-06) + +### Added + +- [ba757f4](https://github.com/inko-lang/ivm/commit/ba757f4da526ca68a321b67c2377b404e9c36796): Remove more data when removing a version + ## 0.4.1 (2023-10-30) ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b1caf5c..2e9389d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "ivm" -version = "0.4.1" +version = "0.5.0" dependencies = [ "flate2", "getopts", diff --git a/Cargo.toml b/Cargo.toml index a87dd4d..6263e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ivm" -version = "0.4.1" # VERSION +version = "0.5.0" # VERSION authors = ["Yorick Peterse "] edition = "2021" license = "MPL-2.0"