Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Nov 30, 2024
1 parent 1d028c2 commit 0c901ad
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [v0.16.10](https://github.com/hoodie/icalendar-rs/compare/v0.16.9...v0.16.10) (2024-11-30)

#### Features

* add method for getting NaiveDate from DatePerhapsTime
([7acd8ff](https://github.com/hoodie/icalendar-rs/commit/7acd8ff26d94690927a0c23910762f6bc1f4249b)),
closes [#118](https://github.com/hoodie/icalendar-rs/issues/118)

### [v0.16.9](https://github.com/hoodie/icalendar-rs/compare/v0.16.8...v0.16.9) (2024-10-06)

#### Features
Expand Down Expand Up @@ -66,7 +74,7 @@ closes [#91](https://github.com/hoodie/icalendar-rs/issues/91)
* **deps:** update rust crate chrono-tz to 0.8.5
([4ef3052](https://github.com/hoodie/icalendar-rs/commit/4ef3052bc0073c9cce0a5eae4f534b3ea7fbd5fe))

## [v0.16.0](https://github.com/hoodie/icalendar-rs/compare/v0.15.8...v0.16.0) (2023-11-22)
## [v0.16.0](https://github.com/hoodie/icalendar-rs/compare/v0.15.9...v0.16.0) (2023-11-22)

### ⚠ BREAKING CHANGE

Expand All @@ -78,6 +86,13 @@ closes [#91](https://github.com/hoodie/icalendar-rs/issues/91)
* parsing multi-properties
([6fe3e1f](https://github.com/hoodie/icalendar-rs/commit/6fe3e1f46007c89521e834d825d21c97f78f01d7))

### [v0.15.9](https://github.com/hoodie/icalendar-rs/compare/v0.15.8...v0.15.9) (2023-11-22)

#### Fixes

* parsing multi-properties
([c0ffee9](https://github.com/hoodie/icalendar-rs/commit/c0ffee9dfaaa27e18692349602b50c5d87a422a5))

### [v0.15.8](https://github.com/hoodie/icalendar-rs/compare/v0.15.7...v0.15.8) (2023-10-30)

#### Fixes
Expand Down Expand Up @@ -224,12 +239,12 @@ closes [#61](https://github.com/hoodie/icalendar-rs/issues/61)

* Adds a new variant to `CalendarDateTime` enum.
* Changes the type of `Component::all_day`.
* Removes `Component::start_date` and`Component::end_date`.

* Changes the type of `Component::starts` and`Component::ends`.

* Changes the type of `Component::timestamp` and`Component::get_timestamp`.

* Removes `Component::start_date` and
`Component::end_date`.
* Changes the type of `Component::starts` and
`Component::ends`.
* Changes the type of `Component::timestamp` and
`Component::get_timestamp`.


### Features
Expand Down

0 comments on commit 0c901ad

Please sign in to comment.