diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c142b4..a345d79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.16.0] - 2022-09-18 ### Added - CFF Encoding support. - `cff::Table::glyph_index` @@ -348,7 +350,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `GDEF` table parsing. -[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.15.2...HEAD +[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.15.2...v0.16.0 [0.15.2]: https://github.com/RazrFalcon/ttf-parser/compare/v0.15.1...v0.15.2 [0.15.1]: https://github.com/RazrFalcon/ttf-parser/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.14.0...v0.15.0 diff --git a/Cargo.toml b/Cargo.toml index 00d9f491..85c3b781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.15.2" +version = "0.16.0" authors = ["Yevhenii Reizner "] keywords = ["ttf", "truetype", "opentype"] categories = ["parser-implementations"]