Skip to content

Commit

Permalink
Allsorts 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwong committed Nov 15, 2022
1 parent 5fa3c83 commit 9151819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ format is based on [Keep a Changelog], and this project aims to follow

## [Unreleased]

## [0.13.0] - 2022-11-14

### Fixed

* Reserve sufficient capacity for `Vec<SimpleGlyphFlag>`.
Expand Down Expand Up @@ -200,7 +202,8 @@ format is based on [Keep a Changelog], and this project aims to follow

- Initial release

[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.12.1...HEAD
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.13.0...HEAD
[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
[0.12.0]: https://github.com/yeslogic/allsorts/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/yeslogic/allsorts/compare/v0.10.0...v0.11.0
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.12.1"
version = "0.13.0"
authors = ["YesLogic Pty. Ltd. <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 9151819

Please sign in to comment.