From c69e0abcfaef7eff617002412e116780da700084 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:13:41 +0100 Subject: [PATCH] release 1.3.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5227def..0e12632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [Unreleased] +## [1.3.0] - 2024-02-14 + + ## [1.2.3] - 2024-02-13 ## CI @@ -87,7 +90,8 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.3...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.0...v1.2.1 diff --git a/Cargo.toml b/Cargo.toml index 407868f..9726b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "1.2.3" +version = "1.3.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"