From 387a9858cd377699282b87d7310809128db15a5f Mon Sep 17 00:00:00 2001 From: "release-harbinger[bot]" <144613943+release-harbinger[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:14:33 +0000 Subject: [PATCH] chore(main): release 3.0.5 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d7ef1..503eaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.5](https://github.com/ikornaselur/litime/compare/v3.0.4...v3.0.5) (2023-11-14) + + +### Miscellaneous + +* Use https instead of ssh for git submodules ([#69](https://github.com/ikornaselur/litime/issues/69)) ([f58aadf](https://github.com/ikornaselur/litime/commit/f58aadfffa0237c52a3369aad4cc82aa87005476)) + + +### Dependencies + +* bump clap from 4.4.6 to 4.4.7 ([#62](https://github.com/ikornaselur/litime/issues/62)) ([33deea8](https://github.com/ikornaselur/litime/commit/33deea87f7d6d8d2852643a7809b18a270c6b6ac)) +* bump clap from 4.4.7 to 4.4.8 ([#68](https://github.com/ikornaselur/litime/issues/68)) ([904bc38](https://github.com/ikornaselur/litime/commit/904bc38c5ae24dab8d263da8fb78303936efc856)) +* bump serde from 1.0.189 to 1.0.190 ([#64](https://github.com/ikornaselur/litime/issues/64)) ([23edc34](https://github.com/ikornaselur/litime/commit/23edc34c7a320501d0b3974af4d231d9ebc8e0c4)) +* bump serde from 1.0.190 to 1.0.191 ([#66](https://github.com/ikornaselur/litime/issues/66)) ([6c75712](https://github.com/ikornaselur/litime/commit/6c757120690b72843111f5b406559a7bcf37840e)) +* bump serde from 1.0.191 to 1.0.192 ([#67](https://github.com/ikornaselur/litime/issues/67)) ([09544fd](https://github.com/ikornaselur/litime/commit/09544fd17e8ed444f4cf2b57d883440d36366402)) +* bump serde_json from 1.0.107 to 1.0.108 ([#65](https://github.com/ikornaselur/litime/issues/65)) ([b4b5d94](https://github.com/ikornaselur/litime/commit/b4b5d946555beac62a3def3b258fd226f5145da3)) + ## [3.0.4](https://github.com/ikornaselur/litime/compare/v3.0.3...v3.0.4) (2023-10-18) diff --git a/Cargo.lock b/Cargo.lock index ffd9b39..5d56e7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "litime" -version = "3.0.4" +version = "3.0.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b244958..28f3377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "litime" -version = "3.0.4" +version = "3.0.5" authors = ["Axel "] description = "A command line tool to display the current time ish with a literature quote" repository = "https://github.com/ikornaselur/litime"