From 04e8f60d45695e904b4ba79fae0a31bb4575d6d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:53:55 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d68ee..d57c12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.3.0](https://github.com/b1rger/carl/compare/v0.2.1...v0.3.0) (2024-01-13) + + +### ⚠ BREAKING CHANGES + +* **cli:** allow exclusive actions + +### Features + +* **agenda:** implement agenda with eventinstances ([8b008aa](https://github.com/b1rger/carl/commit/8b008aaee7a54d411bc558be2bbd1773875ae734)) +* **cli:** allow exclusive actions ([1f2a7c0](https://github.com/b1rger/carl/commit/1f2a7c00e634fca5bc9e287d4f68c431a4fce7b9)), closes [#97](https://github.com/b1rger/carl/issues/97) +* implement year progress feature ([9652441](https://github.com/b1rger/carl/commit/96524414d67101c1c3f3e2e8755eadb8b0ef4d63)), closes [#92](https://github.com/b1rger/carl/issues/92) + + +### Bug Fixes + +* also show julian date in agenda ([3ca35b3](https://github.com/b1rger/carl/commit/3ca35b3b74eb473d1758376754ff64c97f9fb3fa)), closes [#100](https://github.com/b1rger/carl/issues/100) +* readd agenda header and style it ([a74337a](https://github.com/b1rger/carl/commit/a74337ab219e2fc37a7c90b9a898e998705bd222)) + ## [0.2.1](https://github.com/b1rger/carl/compare/v0.2.0...v0.2.1) (2024-01-06) diff --git a/Cargo.lock b/Cargo.lock index 3e55863..749c399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" [[package]] name = "carl" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ebdf559..780bfcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT [package] name = "carl" -version = "0.2.1" +version = "0.3.0" authors = ["Birger Schacht "] edition = "2021" license = "MIT"