From eef0243e713b93221413f001d981a90c218ad19b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 30 Aug 2024 20:50:44 +0700 Subject: [PATCH] Release 0.11.1 --- CHANGELOG.md | 11 ++++++++--- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9551e24..46958e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published Kurbo release is [0.11.0](#0110-2024-02-14) which was released on 2024-02-14. -You can find its changes [documented below](#0110-2024-02-14). +The latest published Kurbo release is [0.11.1](#0110-2024-09-02) which was released on 2024-09-02. +You can find its changes [documented below](#0111-2024-09-02). ## Unreleased This release has an [MSRV][] of 1.65. +## [0.11.1][] (2024-09-02) + +This release has an [MSRV][] of 1.65. + ### Added - Add `From (f32, f32)` for `Point`. ([#339] by [@rsheeter]) @@ -62,7 +66,8 @@ Note: A changelog was not kept for or before this release [#368]: https://github.com/linebender/kurbo/pull/368 [#370]: https://github.com/linebender/kurbo/pull/370 -[Unreleased]: https://github.com/linebender/kurbo/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/linebender/kurbo/compare/v0.11.1...HEAD [0.11.0]: https://github.com/linebender/kurbo/releases/tag/v0.11.0 +[0.11.1]: https://github.com/linebender/kurbo/releases/tag/v0.11.1 [MSRV]: README.md#minimum-supported-rust-version-msrv diff --git a/Cargo.toml b/Cargo.toml index 4946ebc8..51a1170f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kurbo" -version = "0.11.0" +version = "0.11.1" authors = ["Raph Levien "] license = "MIT OR Apache-2.0" edition = "2021"