From 4aa9310a12a5f31172be99905f002bc095fa0d57 Mon Sep 17 00:00:00 2001 From: "release-harbinger[bot]" <144613943+release-harbinger[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:49:09 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#42) Co-authored-by: release-harbinger[bot] <144613943+release-harbinger[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03642d..837515e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/ikornaselur/litime/compare/v1.3.0...v2.0.0) (2023-09-27) + + +### ⚠ BREAKING CHANGES + +* Add support for using styles and colour as formatting ([#41](https://github.com/ikornaselur/litime/issues/41)) + +### Features + +* Add support for using styles and colour as formatting ([#41](https://github.com/ikornaselur/litime/issues/41)) ([baa4fb5](https://github.com/ikornaselur/litime/commit/baa4fb5e9a4c398a3c2ccc152910e5e8c661a0a5)) + ## [1.3.0](https://github.com/ikornaselur/litime/compare/v1.2.0...v1.3.0) (2023-09-27) diff --git a/Cargo.lock b/Cargo.lock index 9e41076..20608bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "litime" -version = "1.3.0" +version = "2.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5e0608d..c1d7f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "litime" -version = "1.3.0" +version = "2.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"