Skip to content

Commit

Permalink
release otfed.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Nov 6, 2024
1 parent 41a8053 commit de93b55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.2] - 2024-11-07
### Fixed
- Fix how to decode `CIDFontVersion` ([PR\#62](https://github.com/gfngfn/otfed/pull/62); inspired by `@ghaaj`'s [Issue\#61](https://github.com/gfngfn/otfed/issues/61)).

## [0.3.1] - 2023-10-01
### Fixed
- Fix how to decode GSubrs dependent on LSubrs [PR\#59](https://github.com/gfngfn/otfed/pull/59).
- Fix how to decode GSubrs dependent on LSubrs ([PR\#59](https://github.com/gfngfn/otfed/pull/59)).

## [0.3.0] - 2023-10-01
### Changed
Expand Down Expand Up @@ -42,7 +46,8 @@ 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.3.1...HEAD
[Unreleased]: https://github.com/gfngfn/otfed/compare/0.3.2...HEAD
[0.3.2]: https://github.com/gfngfn/otfed/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/gfngfn/otfed/compare/0.3.0...0.3.1
[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
Expand Down
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.3.1)
(version 0.3.2)
(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.3.1"
version: "0.3.2"
synopsis: "An OpenType encoder/decoder for OCaml"
description: ""
maintainer: ["Takashi Suwa"]
Expand Down

0 comments on commit de93b55

Please sign in to comment.