Skip to content

Commit

Permalink
0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakula committed Jan 3, 2024
1 parent 565654b commit d94cd7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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
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 d94cd7b

Please sign in to comment.