Skip to content

Commit

Permalink
0.10.3 release (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakula authored Jan 3, 2024
1 parent 565654b commit 5fcd3b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fcd3b5

Please sign in to comment.