Skip to content

Commit 0a03534

Browse files
committed
Release v0.2.12
1 parent 82f5c1b commit 0a03534

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
### 📦 Build & CI
1717
-->
1818

19+
## 0.2.12 · 2023-03-18
20+
21+
### 🐛 Bug Fixes
22+
* `RecurrenceRule`s will no longer skip the first instance if the start time contains milliseconds/microseconds ([#47](https://github.com/JonasWanke/rrule/pull/47)), closes: [#46](https://github.com/JonasWanke/rrule/issues/46). Thanks to [@plammens](https://github.com/plammens)!
23+
1924
## 0.2.11 · 2023-01-24
2025

2126
### 📦 Build & CI

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rrule
22
description: Recurrence rule parsing & calculation as defined in the iCalendar RFC
3-
version: 0.2.11
3+
version: 0.2.12
44
homepage: https://github.com/JonasWanke/rrule
55

66
environment:

0 commit comments

Comments
 (0)