Skip to content

Commit

Permalink
feat: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 4, 2022
1 parent 8c7fc90 commit 66527d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Template:
## NEW · 2021-xx-xx
## NEW · 2022-xx-xx
### ⚠ BREAKING CHANGES
### 🎉 New Features
### ⚡ Changes
Expand All @@ -15,6 +15,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.2.4 · 2022-01-04

### 🐛 Bug Fixes
* handle yearly frequency with `byMonths` and `byWeekDays` ([`8646af1`](https://github.com/JonasWanke/rrule/commit/8646af1f4f09c0a39eb73d5d5c0bc5209d8138bd)), closes: [#29](https://github.com/JonasWanke/rrule/issues/29)

## 0.2.3 · 2021-05-06

### 🎉 New Features
Expand All @@ -32,7 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## 0.2.0 · 2021-03-26

### ⚠ BREAKING CHANGES
### BREAKING CHANGES

- migrate to null-safety
- Dates and DateTimes no longer use [<kbd>time_machine</kbd>](https://pub.dev/packages/time_machine), but `DateTime` instead.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rrule
description: '🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC'
version: 0.2.3
version: 0.2.4
homepage: https://github.com/JonasWanke/rrule

environment:
Expand Down

0 comments on commit 66527d1

Please sign in to comment.