From 20af1fa25a48ffb5c4e64a3ea900db11e7ceb220 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 28 Apr 2021 10:26:25 +0200 Subject: [PATCH] feat: release v0.2.2 --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb077c..bb909da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## v0.2.2 ยท 2021-04-28 + +### ๐ŸŽ‰ New Features +- feat: expose `RecurrenceRuleToStringOptions` directly in `recurrenceRule.toString(โ€ฆ)` ([`c5291d1`](https://github.com/JonasWanke/rrule/commit/c5291d165b84f6354550cf919fe379f40b3c3d3b)), improves: [#21](https://github.com/JonasWanke/rrule/issues/21) + ## v0.2.1 ยท 2021-04-26 ### ๐Ÿ› Bug Fixes -- disallow invalid recurrence rule field combinations ([2707922](https://github.com/JonasWanke/rrule/commit/2707922bb6b8860c5118be8c896f680e075dd2e5)), closes: [#19](https://github.com/JonasWanke/rrule/issues/19) +- disallow invalid recurrence rule field combinations ([`2707922`](https://github.com/JonasWanke/rrule/commit/2707922bb6b8860c5118be8c896f680e075dd2e5)), closes: [#19](https://github.com/JonasWanke/rrule/issues/19) ## 0.2.0 ยท 2021-03-26 diff --git a/pubspec.yaml b/pubspec.yaml index b1c39ed..7d44813 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.1 +version: 0.2.2 homepage: https://github.com/JonasWanke/rrule environment: