Skip to content

Commit

Permalink
Merge pull request #129 from fmeringdal/task/prepare-v0.13.0-release
Browse files Browse the repository at this point in the history
Prepare v0.13 release
  • Loading branch information
fmeringdal authored Aug 3, 2024
2 parents f0416ed + e04487b commit cde9ab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.13.0 (2024-08-03)

- Fix to respect timezone when serializing `EXDATE` and `RDATE`
- Generic dependency updates
- Remove lifetime from iterator types
- Fix to render weekdays as valid rrule strings

## 0.12.0 (2024-04-04)

- Fix to ensure freq is capitalized in the string representation
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.12.0"
version = "0.13.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 cde9ab5

Please sign in to comment.