Skip to content

Commit e16a9a2

Browse files
committed
Allsorts 0.9.2
1 parent 503d46a commit e16a9a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ format is based on [Keep a Changelog], and this project aims to follow
66

77
## [Unreleased]
88

9+
## [0.9.2] - 2022-06-09
10+
11+
- Work around libz-sys MSRV change
12+
913
## [0.9.1] - 2022-06-09
1014

1115
### Changed
@@ -155,7 +159,8 @@ format is based on [Keep a Changelog], and this project aims to follow
155159

156160
- Initial release
157161

158-
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.9.1...HEAD
162+
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.9.2...HEAD
163+
[0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.1...v0.9.2
159164
[0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.0...v0.9.1
160165
[0.9.0]: https://github.com/yeslogic/allsorts/compare/v0.8.0...v0.9.0
161166
[0.8.0]: https://github.com/yeslogic/allsorts/compare/v0.7.1...v0.8.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "allsorts"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)