From 197d65c01c571612d56208b4911cbe78f0124b06 Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Sun, 15 Oct 2023 11:13:48 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- c-api/Cargo.toml | 2 +- c-api/ttfparser.h | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4745a95f..d428828c 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.20.0] - 2023-10-15 ### Added - `COLR` / `CPAL` v0 support. Thanks to [laurmaedje](https://github.com/laurmaedje). @@ -407,7 +409,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.2...HEAD +[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.19.2...v0.20.0 [0.19.2]: https://github.com/RazrFalcon/ttf-parser/compare/v0.19.1...v0.19.2 [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 diff --git a/Cargo.toml b/Cargo.toml index 80ae1a07..0a2eb0ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.19.2" +version = "0.20.0" authors = ["Yevhenii Reizner "] keywords = ["ttf", "truetype", "opentype"] categories = ["parser-implementations"] diff --git a/c-api/Cargo.toml b/c-api/Cargo.toml index 8c838809..ea38baf2 100644 --- a/c-api/Cargo.toml +++ b/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser-capi" -version = "0.19.0" +version = "0.20.0" authors = ["Yevhenii Reizner "] license = "MIT" edition = "2018" diff --git a/c-api/ttfparser.h b/c-api/ttfparser.h index f2802da1..4d05cd9e 100644 --- a/c-api/ttfparser.h +++ b/c-api/ttfparser.h @@ -11,9 +11,9 @@ #include #define TTFP_MAJOR_VERSION 0 -#define TTFP_MINOR_VERSION 19 +#define TTFP_MINOR_VERSION 20 #define TTFP_PATCH_VERSION 0 -#define TTFP_VERSION "0.19.0" +#define TTFP_VERSION "0.20.0" /** * @brief A glyph image format.