Skip to content

Commit

Permalink
feat: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 27, 2021
1 parent f5138de commit 03d7fa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


<!-- Template:
## [NEW](https://github.com/JonasWanke/rrule/compare/vOLD...vNEW) · 2020-xx-xx
## [NEW](https://github.com/JonasWanke/rrule/compare/vOLD...vNEW) · 2021-xx-xx
### ⚠ BREAKING CHANGES
### 🎉 New Features
### ⚡ Changes
Expand All @@ -16,7 +16,12 @@ 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.2...master)
## [Unreleased](https://github.com/JonasWanke/rrule/compare/v0.1.3...master)

## [0.1.3](https://github.com/JonasWanke/rrule/compare/v0.1.2...v0.1.3) · 2021-01-27

### 🎉 New Features
- add `clearUntil`/`clearCount`/`clearInterval` to `recurrenceRule.copyWith(…)`, closes: [#17](https://github.com/JonasWanke/rrule/issues/17)


## [0.1.2](https://github.com/JonasWanke/rrule/compare/v0.1.1...v0.1.2) · 2020-11-24
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.2
version: 0.1.3
homepage: https://github.com/JonasWanke/rrule

environment:
Expand Down

0 comments on commit 03d7fa5

Please sign in to comment.