From 5fcd3b52b34df391c39ce1c039ba760ba1b53042 Mon Sep 17 00:00:00 2001 From: Dmitry Kulakov Date: Wed, 3 Jan 2024 16:25:22 -0400 Subject: [PATCH] 0.10.3 release (#302) --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff02ac..258e159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][] +## [0.10.3][] - 2024-01-03 + +- Fixes a DST bug where an occurrence is not generated on the day of a DST switch + [#229](https://github.com/peek-travel/cocktail/pull/229) and + [#301](https://github.com/peek-travel/cocktail/pull/301) (thanks @davec82 and @Matsa59) +- Fixes exception times not being applied when they fall out range of the schedule + [#241](https://github.com/peek-travel/cocktail/pull/241) (thanks @maxx-coffee) + ## [0.10.2][] - 2023-01-04 - Updated GitHub Actions steps to latest versions: @@ -163,7 +171,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Initial release -[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.10.2...HEAD +[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.10.3...HEAD + +[0.10.3]: https://github.com/peek-travel/cocktail/compare/0.10.2...0.10.3 [0.10.2]: https://github.com/peek-travel/cocktail/compare/0.10.0...0.10.2 diff --git a/README.md b/README.md index af7594f..bda1f2e 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ iex> i_calendar = Cocktail.Schedule.to_i_calendar(schedule) ## Roadmap -- [ ] investigate and fix DST bugs when using zoned DateTime +- [x] investigate and fix DST bugs when using zoned DateTime - [ ] support all iCalendar RRULE options - [ ] support week-start option - [ ] support iCalendar EXRULE