From aa6b9f1b47628466e11c4858caae6b306d2786cc Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:23:30 +0100 Subject: [PATCH] release 0.1.4 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa9a9b..32963c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [Unreleased] +## [0.1.4] - 2023-12-12 + + ## [0.1.3] - 2023-12-12 @@ -40,7 +43,8 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.4...HEAD +[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 [0.1.1]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 0497b38..2c71221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "0.1.3" +version = "0.1.4" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"