diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3d1fa..2eef5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.13 ยท 2023-03-22 + +### ๐Ÿ› Bug Fixes +* copy microseconds as well in `dateTime.copyWith(โ€ฆ)` ([#49](https://github.com/JonasWanke/rrule/pull/49)), closes: [#48](https://github.com/JonasWanke/rrule/issues/48). Thanks to [@plammens](https://github.com/plammens)! + +### ๐Ÿ“ฆ Build & CI +* widen intl dependency to `>=0.17.0 <0.19.0` ([`84cb5d3`](https://github.com/JonasWanke/rrule/commit/84cb5d31862a8d3152f01f35d5f6d892306483f0)), closes: [#51](https://github.com/JonasWanke/rrule/issues/51) + ## 0.2.12 ยท 2023-03-18 ### ๐Ÿ› Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index c56ace6..779b9d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rrule description: Recurrence rule parsing & calculation as defined in the iCalendar RFC -version: 0.2.12 +version: 0.2.13 homepage: https://github.com/JonasWanke/rrule environment: