From 21d29f636dccc5c33d4d2316773f632257f3992f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 9 Sep 2024 14:17:34 +0700 Subject: [PATCH] Release 0.11.1 --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d8af..7810278 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-12) which was released on 2024-09-12. +You can find its changes [documented below](#0111-2024-09-12). ## [Unreleased] This release has an [MSRV][] of 1.65. +## [0.11.1][] (2024-09-12) + +This release has an [MSRV][] of 1.65. + ### Added - Add `From (f32, f32)` for `Point`. ([#339] by [@rsheeter]) @@ -72,7 +76,8 @@ Note: A changelog was not kept for or before this release [#375]: https://github.com/linebender/kurbo/pull/375 [#376]: https://github.com/linebender/kurbo/pull/376 -[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.lock b/Cargo.lock index 7c90697..c44ef76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "kurbo" -version = "0.11.0" +version = "0.11.1" dependencies = [ "arrayvec", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index a2b9795..5fc4477 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"