From 537dd52402ad9e9d91b414886acb2e8bddade78f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 20 Jan 2025 15:01:58 +0700 Subject: [PATCH] Release 0.15.3 (#45) Co-authored-by: Tom Churchman --- 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 b931c62..c85c35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe --> -The latest published SVG Types release is [0.15.2](#0151-2024-08-20) which was released on 2024-08-20. -You can find its changes [documented below](#0151-2024-08-20). +The latest published SVG Types release is [0.15.3](#0153-2025-01-20) which was released on 2025-01-20. +You can find its changes [documented below](#0153-2025-01-20). ## [Unreleased] This release has an [MSRV][] of 1.65. +## [0.15.3][] (2025-01-20) + +This release has an [MSRV][] of 1.65. + This is the first release under the stewardship of [Linebender][], who is now responsible for maintenance of this crate. Many thanks to Yevhenii Reizner for the years of hard work that he has poured into this and other crates. @@ -277,7 +281,8 @@ Many thanks to Yevhenii Reizner for the years of hard work that he has poured in [@waywardmonkeys]: https://github.com/waywardmonkeys [@yisibl]: https://github.com/yisibl -[Unreleased]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.2...HEAD +[Unreleased]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.3...HEAD +[0.15.3]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.2...v0.15.3 [0.15.2]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.1...v0.15.2 [0.15.1]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/RazrFalcon/svgtypes/compare/v0.14.0...v0.15.0 diff --git a/Cargo.lock b/Cargo.lock index a65ed31..fdd2b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "svgtypes" -version = "0.15.2" +version = "0.15.3" dependencies = [ "kurbo", "siphasher", diff --git a/Cargo.toml b/Cargo.toml index b80ab9c..a564a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svgtypes" -version = "0.15.2" +version = "0.15.3" license = "Apache-2.0 OR MIT" edition = "2021" description = "SVG types parser."