Skip to content

Commit

Permalink
bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeringdal committed Aug 8, 2022
1 parent cb52ebd commit 3ecdbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.10.0 (2022-08-08)

### Changed

- EXRULE functionality is put behind the feature flag `exrule` which is not enabled by default.
Expand Down
2 changes: 1 addition & 1 deletion rrule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rrule"
description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT OR Apache-2.0"
version = "0.9.2"
version = "0.10.0"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust-rrule"
authors = ["Fredrik Meringdal", "Ralph Bisschops <[email protected]>"]
Expand Down

0 comments on commit 3ecdbbc

Please sign in to comment.