diff --git a/CHANGELOG.md b/CHANGELOG.md index 32963c4..f340d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [Unreleased] +## [0.1.5] - 2023-12-12 + + ## [0.1.4] - 2023-12-12 @@ -43,7 +46,8 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.1...v0.1.2 diff --git a/Cargo.toml b/Cargo.toml index 2c71221..cdeff40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "0.1.4" +version = "0.1.5" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"