From 38146389314ca6705943aba038efbbfd2d641468 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 24 Jan 2023 20:34:05 +0100 Subject: [PATCH] Release v0.2.11 --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218286b..bd990e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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). +## 0.2.11 · 2023-01-24 + +### 📦 Build & CI +* upgrade to Dart `>=2.18.0 <3.0.0` ([`160f22b`](https://github.com/JonasWanke/rrule/commit/160f22bf2da09f083f6fd99bed552fb0f549549e)) +* update `intl` to `^0.18.0` ([`ed3f68d`](https://github.com/JonasWanke/rrule/commit/ed3f68d8cbada3ce18997defd223ffad96dc8877)), closes: [#45](https://github.com/JonasWanke/rrule/issues/45) + ## 0.2.10 · 2022-06-17 ### 🎉 New Features diff --git a/pubspec.yaml b/pubspec.yaml index 885ab9d..cdec862 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.10 +version: 0.2.11 homepage: https://github.com/JonasWanke/rrule environment: