From 53895f201883afef84b4b32824fd169bf0ebdfb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:36:20 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6bbf2..a469a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.0](https://github.com/b1rger/carl/compare/v0.1.2...v0.2.0) (2024-01-06) + + +### Features + +* implement calendar parsing using icalendar ([9705c2b](https://github.com/b1rger/carl/commit/9705c2bdbcf5221125341a8b55eb862ad7ef7c4f)) +* implement DateRange ([500c685](https://github.com/b1rger/carl/commit/500c68532ec345cc2b094fae12e4a5bd7b55d0af)) +* use rrule instead of parsing RRULE manually ([7480a89](https://github.com/b1rger/carl/commit/7480a896969808a9a3ea6588a4de402bd62a4cbb)) + ## [0.1.2](https://github.com/b1rger/carl/compare/v0.1.1...v0.1.2) (2023-12-05) diff --git a/Cargo.lock b/Cargo.lock index f5049cd..a6413b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" [[package]] name = "carl" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index de94501..22127a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT [package] name = "carl" -version = "0.1.2" +version = "0.2.0" authors = ["Birger Schacht "] edition = "2021" license = "MIT"