Skip to content

Commit

Permalink
Allsorts 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Aug 15, 2023
1 parent d5aea00 commit 450a9b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ format is based on [Keep a Changelog], and this project aims to follow

## [Unreleased]

### Changed
## [0.14.1] - 2023-08-15

### Added

- Provide access to value held by `cff::Real`.
[#93](https://github.com/yeslogic/allsorts/issues/93)

### Fixed

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

## [0.14.0] - 2023-03-02

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

- Initial release

[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/yeslogic/allsorts/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/yeslogic/allsorts/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/yeslogic/allsorts/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/yeslogic/allsorts/compare/v0.12.0...v0.12.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allsorts"
version = "0.14.0"
version = "0.14.1"
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
edition = "2018"

Expand Down

0 comments on commit 450a9b7

Please sign in to comment.