Skip to content

Commit

Permalink
Merge pull request #110 from fmeringdal/task/prepare-v0.12.0-release
Browse files Browse the repository at this point in the history
Bump version to 0.12.0
  • Loading branch information
fmeringdal authored Apr 4, 2024
2 parents 2dffa94 + fb2b109 commit ec5a9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.12.0 (2024-xx-xx)
## 0.12.0 (2024-04-04)

- Fix to ensure freq is capitalized in the string representation
- MSRV is bumped to `v1.74.0` from `v1.64.0`
- Make `ParseError` and `ValidationError` public
- `EXRULE`s are now correctly added as exrules on the `RRuleSet` when parsed from a string, instead of being incorrectly added as an rrule.
- Add a `RRuleSet::set_from_string` method to support loading rules without DTSTART. This is useful particularly when working with the Google Calendar API.
- Fix to include `RDATE`, `EXRULE` and `EXDATE` values if used in the `Display` implementation of `RRuleSet`.
- Fix #104 which had invalid occurrences for "every 2 months on the last Monday"

## 0.11.0 (2023-07-18)

Expand Down
2 changes: 1 addition & 1 deletion rrule/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rrule"
description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC."
version = "0.11.0"
version = "0.12.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 ec5a9b9

Please sign in to comment.