Skip to content

Commit

Permalink
Merge pull request #58 from gfngfn/release-0-3-0
Browse files Browse the repository at this point in the history
Release `otfed.0.3.0`
  • Loading branch information
gfngfn authored Oct 1, 2023
2 parents e1d49bd + 0f3eabb commit a99c5be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.0] - 2023-10-01
### Changed
- Fix how to handle `OS/2`'s `usWeightClass` ([PR\#52](https://github.com/gfngfn/otfed/pull/52); breaking change).

### Fixed
- Fix how to decode Format 0 subtables of `kern` tables ([PR\#53](https://github.com/gfngfn/otfed/pull/53)).
- Fix `Value.Cmap.Mapping.add_{incremental,constant}_range` about handling the maximum codepoint ([PR\#55](https://github.com/gfngfn/otfed/pull/55)).
- Fix how to subset fonts and how to encode fractions ([PR\#57](https://github.com/gfngfn/otfed/pull/57)).

## [0.2.0] - 2023-06-27
### Changed
- Rename `Hhea.t`'s `xmax_extent` to `x_max_extent` ([PR\#45](https://github.com/gfngfn/otfed/pull/45); breaking change).
Expand All @@ -29,6 +38,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
- Initial version of Otfed


[Unreleased]: https://github.com/gfngfn/otfed/compare/0.2.0...HEAD
[Unreleased]: https://github.com/gfngfn/otfed/compare/0.3.0...HEAD
[0.3.0]: https://github.com/gfngfn/otfed/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/gfngfn/otfed/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/gfngfn/otfed/compare/0.0.1...0.1.0
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.7)
(name otfed)
(version 0.2.0)
(version 0.3.0)
(authors "Takashi Suwa")
(maintainers "Takashi Suwa")
(license MIT)
Expand Down
2 changes: 1 addition & 1 deletion otfed.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2.0"
version: "0.3.0"
synopsis: "An OpenType encoder/decoder for OCaml"
description: ""
maintainer: ["Takashi Suwa"]
Expand Down

0 comments on commit a99c5be

Please sign in to comment.