Skip to content

Commit 450a9b7

Browse files
committed
Allsorts 0.14.1
1 parent d5aea00 commit 450a9b7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Changed
9+
## [0.14.1] - 2023-08-15
10+
11+
### Added
12+
13+
- Provide access to value held by `cff::Real`.
14+
[#93](https://github.com/yeslogic/allsorts/issues/93)
15+
16+
### Fixed
1017

1118
- Bump ouroboros dependency.
19+
<https://rustsec.org/advisories/RUSTSEC-2023-0042.html>
1220

1321
## [0.14.0] - 2023-03-02
1422

@@ -224,7 +232,8 @@ format is based on [Keep a Changelog], and this project aims to follow
224232

225233
- Initial release
226234

227-
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.14.0...HEAD
235+
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.14.1...HEAD
236+
[0.14.1]: https://github.com/yeslogic/allsorts/compare/v0.14.0...v0.14.1
228237
[0.14.0]: https://github.com/yeslogic/allsorts/compare/v0.13.0...v0.14.0
229238
[0.13.0]: https://github.com/yeslogic/allsorts/compare/v0.12.1...v0.13.0
230239
[0.12.1]: https://github.com/yeslogic/allsorts/compare/v0.12.0...v0.12.1

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.14.0"
3+
version = "0.14.1"
44
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)