From 95602e2ca5d52c70cb2656844b13ee2c021d2e69 Mon Sep 17 00:00:00 2001 From: "release-harbinger[bot]" <144613943+release-harbinger[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 00:01:04 +0100 Subject: [PATCH] chore(main): release 3.0.0 (#45) Co-authored-by: release-harbinger[bot] <144613943+release-harbinger[bot]@users.noreply.github.com> --- 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 837515e..1821e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/ikornaselur/litime/compare/v2.0.0...v3.0.0) (2023-09-28) + + +### ⚠ BREAKING CHANGES + +* Use termcolor to render color and style for better Windows support ([#47](https://github.com/ikornaselur/litime/issues/47)) + +### Features + +* Use termcolor to render color and style for better Windows support ([#47](https://github.com/ikornaselur/litime/issues/47)) ([63ee728](https://github.com/ikornaselur/litime/commit/63ee728277acbe742ec7df4b2ef750f5c9996313)) + + +### Dependencies + +* Remove unused features ([#46](https://github.com/ikornaselur/litime/issues/46)) ([a2389c5](https://github.com/ikornaselur/litime/commit/a2389c5ab2c53a79bb1ed6141ddb5779d2b47751)) +* Replace rand with a pseudo random picker based on current timestamp ([#44](https://github.com/ikornaselur/litime/issues/44)) ([76c6700](https://github.com/ikornaselur/litime/commit/76c6700ff59c3ef6d7cfa2528836a493d42edb3e)) + ## [2.0.0](https://github.com/ikornaselur/litime/compare/v1.3.0...v2.0.0) (2023-09-27) diff --git a/Cargo.lock b/Cargo.lock index c0b9766..dc91566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "litime" -version = "2.0.0" +version = "3.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ada418c..25e5bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "litime" -version = "2.0.0" +version = "3.0.0" authors = ["Axel "] description = "A command line tool to display the current time ish with a literature quote" repository = "https://github.com/ikornaselur/litime"