Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Feb 14, 2020
1 parent fabf70b commit 5763b9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [1.6.2]

### Fixed

* Reverted to pre 1.6 maxp table serialization.

Cameron Dutro

## [1.6.1]

### Fixed
Expand Down Expand Up @@ -181,7 +189,8 @@ Initial release as a standalone gem



[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.6.1...HEAD
[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.6.2...HEAD
[1.6.2]: https://github.com/prawnpdf/ttfunk/compare/1.6.1...1.6.2
[1.6.1]: https://github.com/prawnpdf/ttfunk/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/prawnpdf/ttfunk/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/prawnpdf/ttfunk/compare/1.5.0...1.5.1
Expand Down
1 change: 1 addition & 0 deletions checksums/ttfunk-1.6.2.gem.sha512
@@ -0,0 +1 @@
be21265ab36487b2cdd19fd7baa1dd1ed90a79026a9432f369d125cee79f1ad9da490a7af07aa7db020083300cc8b9603a9be06ff53b3e94c82a81f49e294bbe ttfunk-1.6.2.gem
2 changes: 1 addition & 1 deletion ttfunk.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'ttfunk'
spec.version = '1.6.1'
spec.version = '1.6.2'
spec.platform = Gem::Platform::RUBY
spec.summary = 'TrueType Font Metrics Parser'
spec.description = 'Font Metrics Parser for the Prawn PDF generator'
Expand Down

0 comments on commit 5763b9b

Please sign in to comment.