From e16a9a2ff0ed8a0afd2db1cac7d51ba4ea82f8a8 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 9 Jun 2022 14:03:28 +1000 Subject: [PATCH] Allsorts 0.9.2 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a39bc5..6bc01ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ format is based on [Keep a Changelog], and this project aims to follow ## [Unreleased] +## [0.9.2] - 2022-06-09 + +- Work around libz-sys MSRV change + ## [0.9.1] - 2022-06-09 ### Changed @@ -155,7 +159,8 @@ format is based on [Keep a Changelog], and this project aims to follow - Initial release -[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.9.2...HEAD +[0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/yeslogic/allsorts/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/yeslogic/allsorts/compare/v0.7.1...v0.8.0 diff --git a/Cargo.toml b/Cargo.toml index b398013..40defca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allsorts" -version = "0.9.1" +version = "0.9.2" authors = ["YesLogic Pty. Ltd. "] edition = "2018"