Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Jan 6, 2024
1 parent 9cf2946 commit 53895f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
[package]
name = "carl"
version = "0.1.2"
version = "0.2.0"
authors = ["Birger Schacht <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 53895f2

Please sign in to comment.