From 6d4e8619adddce325681c0f98a985f13d6432ec5 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Mon, 6 Jan 2025 10:22:53 +0100 Subject: [PATCH] Release v0.2.17 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d399079..0e5b906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.17 ยท 2025-01-06 + +### ๐ŸŽ‰ New Features + +- add Dutch localizations (`RruleL10nNl`) ([#77](https://github.com/JonasWanke/rrule/pull/77)). Thanks to [@simonverzelen](https://github.com/simonverzelen)! + +### ๐Ÿ“ฆ Build & CI + +- widen intl dependency to >=0.17.0 <0.21.0 ([`4740e29`](https://github.com/JonasWanke/rrule/commit/4740e29687a3e088964024f709a7977e554d06ab)) + ## 0.2.16 ยท 2024-02-07 ### ๐Ÿ› Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 46a42c4..2b90d56 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.16 +version: 0.2.17 repository: https://github.com/JonasWanke/rrule environment: