From 65b37dee6ff72a3db059e42b0d39116eba1aabfc Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Wed, 28 Sep 2022 11:45:53 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c6c70d..538bbbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.17.0] - 2022-09-28 +### Added +- `MATH` table support. Thanks to [ruifengx](https://github.com/ruifengx) + and [laurmaedje](https://github.com/laurmaedje). + ### Fixed - (CFF) Fix large tables parsing. @@ -352,7 +358,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `GDEF` table parsing. -[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.16.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.17.0...HEAD +[0.17.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.16.0...v0.17.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 2bd7efba..15c15fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.16.0" +version = "0.17.0" authors = ["Yevhenii Reizner "] keywords = ["ttf", "truetype", "opentype"] categories = ["parser-implementations"] diff --git a/README.md b/README.md index b70792f8..fcc5113a 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ There are roughly three types of TrueType tables: | `VORG` table | ✓ | ✓ | | | `VVAR` table | ✓ | ✓ | | | Language | Rust + C API | C | C | -| Tested version | 0.15.0 | 2.12.0 | 1.24 | +| Tested version | 0.17.0 | 2.12.0 | 1.24 | | License | MIT / Apache-2.0 | FTL / GPLv2 | public domain | Legend: