Skip to content

Commit 63c3f48

Browse files
committed
Allsorts 0.10.0
1 parent 680c401 commit 63c3f48

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@ format is based on [Keep a Changelog], and this project aims to follow
66

77
## [Unreleased]
88

9+
## [0.10.0] - 2022-06-14
10+
11+
### Changed
12+
13+
- Derive common traits on more types.
14+
915
## [0.9.2] - 2022-06-09
1016

11-
- Work around libz-sys MSRV change
17+
### Changed
18+
19+
- Work around libz-sys MSRV change.
1220

1321
## [0.9.1] - 2022-06-09
1422

1523
### Changed
1624

17-
- Bump regex dev dependency
25+
- Bump regex dev dependency.
1826

1927
## [0.9.0] - 2022-03-25
2028

@@ -159,8 +167,9 @@ format is based on [Keep a Changelog], and this project aims to follow
159167

160168
- Initial release
161169

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
170+
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.10.0...HEAD
171+
[0.10.0]: https://github.com/yeslogic/allsorts/compare/v0.9.2...v0.10.0
172+
[0.9.2]: https://github.com/yeslogic/allsorts/compare/v0.9.1...v0.9.2
164173
[0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.0...v0.9.1
165174
[0.9.0]: https://github.com/yeslogic/allsorts/compare/v0.8.0...v0.9.0
166175
[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.2"
3+
version = "0.10.0"
44
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)