Skip to content

Commit d4a7b85

Browse files
committed
Allsorts 0.12.0
1 parent 3e48f20 commit d4a7b85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ format is based on [Keep a Changelog], and this project aims to follow
66

77
## [Unreleased]
88

9+
## [0.12.0] - 2022-10-18
10+
11+
### Changed
12+
13+
- Add a few accessors (for use in [`allsorts-tools`](https://github.com/yeslogic/allsorts-tools)).
14+
915
## [0.11.0] - 2022-08-10
1016

1117
### Fixed
@@ -178,7 +184,8 @@ format is based on [Keep a Changelog], and this project aims to follow
178184

179185
- Initial release
180186

181-
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.11.0...HEAD
187+
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.12.0...HEAD
188+
[0.12.0]: https://github.com/yeslogic/allsorts/compare/v0.11.0...v0.12.0
182189
[0.11.0]: https://github.com/yeslogic/allsorts/compare/v0.10.0...v0.11.0
183190
[0.10.0]: https://github.com/yeslogic/allsorts/compare/v0.9.2...v0.10.0
184191
[0.9.2]: https://github.com/yeslogic/allsorts/compare/v0.9.1...v0.9.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "allsorts"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["YesLogic Pty. Ltd. <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)