diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bb3dd..33190a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [0.1.2] - 2023-12-12 + ### Added A way to create markdown from the cli @@ -34,6 +37,7 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.2...HEAD +[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 [0.1.0]: https://github.com/Qwitqwit/qwit-cli/compare/v0.1.2...v0.1.0 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 9ee5de1..5731ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "0.1.1" +version = "0.1.2" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"