From 8da601cd7db2f7edcc8393363f819d57211d8760 Mon Sep 17 00:00:00 2001 From: Fredrik Meringdal Date: Tue, 18 Jul 2023 16:22:40 +0200 Subject: [PATCH] Publish version 0.11 --- CHANGELOG.md | 2 +- rrule/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac3b07..9f3e794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.11.0 (2023-0X-YY) +## 0.11.0 (2023-07-18) ### Changed diff --git a/rrule/Cargo.toml b/rrule/Cargo.toml index 0dc56dc..4fadacd 100644 --- a/rrule/Cargo.toml +++ b/rrule/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rrule" description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC." -version = "0.10.0" +version = "0.11.0" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust-rrule" authors = ["Fredrik Meringdal", "Ralph Bisschops "]