Skip to content

Commit

Permalink
Release v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jun 17, 2022
1 parent 81952b0 commit 61590f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.2.10 · 2022-06-17

### 🎉 New Features
* export `dateTime.copyWith(isUtc: …, …)` ([`ccc2828`](https://github.com/JonasWanke/rrule/commit/ccc28288d4a5c9a36e6eb8fa18f0d7f153902b69)), closes: [#39](https://github.com/JonasWanke/rrule/issues/39)

### 📜 Documentation updates
* clarify time zone handling in README ([`ccc2828`](https://github.com/JonasWanke/rrule/commit/ccc28288d4a5c9a36e6eb8fa18f0d7f153902b69)), closes: [#39](https://github.com/JonasWanke/rrule/issues/39)

### 📦 Build & CI
* update dependency on [<kbd>time</kbd>](https://pub.dev/packages/time) to required [^2.1.1](https://pub.dev/packages/time/changelog#211) ([`8755f27`](https://github.com/JonasWanke/rrule/commit/8755f277c23479c3d789dbc331ed84e6824f9b3d)), closes: [#37](https://github.com/JonasWanke/rrule/issues/37)

## 0.2.9 · 2022-06-08

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rrule
description: Recurrence rule parsing & calculation as defined in the iCalendar RFC
version: 0.2.9
version: 0.2.10
homepage: https://github.com/JonasWanke/rrule

environment:
Expand Down

0 comments on commit 61590f2

Please sign in to comment.