Skip to content

Commit

Permalink
feat: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Nov 24, 2020
1 parent f260ccc commit b53324e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "rrule"
description: "🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC"
homepage: "https://github.com/JonasWanke/rrule"
license: "apache-2.0"
version: "0.1.1"
version: "0.1.2"
categorization:
component:
values:
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### 📦 Build & CI
-->

## [Unreleased](https://github.com/JonasWanke/rrule/compare/v0.1.1...master)
## [Unreleased](https://github.com/JonasWanke/rrule/compare/v0.1.2...master)


## [0.1.2](https://github.com/JonasWanke/rrule/compare/v0.1.1...v0.1.2) · 2020-11-24

### 🐛 Bug Fixes
- hide new conflicting extension from [<kbd>collection</kbd>](https://pub.dev/packages/collection), closes: [#14](https://github.com/JonasWanke/rrule/issues/14)

### 🎉 New Features
- add `RecurrenceRule.copyWith(…)`


## [0.1.1](https://github.com/JonasWanke/rrule/compare/v0.1.0...v0.1.1) · 2020-07-09
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.1.1
version: 0.1.2
homepage: https://github.com/JonasWanke/rrule

environment:
Expand Down

0 comments on commit b53324e

Please sign in to comment.