Skip to content

Commit

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

## [Unreleased]

## [0.11.0] - 2022-08-10

### Fixed

- Failure to shape some Indic syllables that begin with a number.

### Changed

- Make `Font` only depend on lifetime of `ReadScope`.
[#76](https://github.com/yeslogic/allsorts/pull/76)

## [0.10.0] - 2022-06-14

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

- Initial release

[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/yeslogic/allsorts/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/yeslogic/allsorts/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/yeslogic/allsorts/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/yeslogic/allsorts/compare/v0.9.0...v0.9.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.10.0"
version = "0.11.0"
authors = ["YesLogic Pty. Ltd. <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ade4ef9

Please sign in to comment.