Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Oct 15, 2023
1 parent cbe2d73 commit 197d65c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttf-parser"
version = "0.19.2"
version = "0.20.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["ttf", "truetype", "opentype"]
categories = ["parser-implementations"]
Expand Down
2 changes: 1 addition & 1 deletion c-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttf-parser-capi"
version = "0.19.0"
version = "0.20.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
license = "MIT"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions c-api/ttfparser.h
Expand Up @@ -11,9 +11,9 @@
#include <stdint.h>

#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.
Expand Down

0 comments on commit 197d65c

Please sign in to comment.