From ba2d9c8b9a207951b7b07e9481bc74688762bd21 Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Tue, 20 Jun 2023 00:03:48 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf5559..e6f147b 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.19.1] - 2023-06-20 ### Fixed - `cff::Table::glyph_width` returns a correct width when subroutines are present. @@ -393,7 +395,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `GDEF` table parsing. -[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.19.1...HEAD +[0.19.1]: https://github.com/RazrFalcon/ttf-parser/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/RazrFalcon/ttf-parser/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.17.0...v0.18.0 diff --git a/Cargo.toml b/Cargo.toml index b85f9ad..8371388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.19.0" +version = "0.19.1" authors = ["Yevhenii Reizner "] keywords = ["ttf", "truetype", "opentype"] categories = ["parser-implementations"]