From 3a1393f918fa0ae1b214a36a8bf51ba775d7dc4c Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:55:28 +0200 Subject: [PATCH] release 1.5.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7c6e1..5b1242f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [1.5.1] - 2024-04-09 + ## Fixed - documentation @@ -109,7 +112,8 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.5.1...HEAD +[1.5.1]: https://github.com/Qwitqwit/qwit-cli/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/Qwitqwit/qwit-cli/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/Qwitqwit/qwit-cli/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/Qwitqwit/qwit-cli/compare/v1.3.0...v1.3.1 diff --git a/Cargo.toml b/Cargo.toml index 68ebde1..50c3d69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "1.5.0" +version = "1.5.1" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"