From de93b55e456ecce91ebc1d9d60f4356162b89a2d Mon Sep 17 00:00:00 2001 From: Takashi Suwa Date: Thu, 7 Nov 2024 04:33:53 +0900 Subject: [PATCH] release `otfed.0.3.2` --- CHANGELOG.md | 9 +++++++-- dune-project | 2 +- otfed.opam | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2060a2..cfca0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/dune-project b/dune-project index fbfd12b..09c2928 100644 --- a/dune-project +++ b/dune-project @@ -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) diff --git a/otfed.opam b/otfed.opam index 618e355..f85012c 100644 --- a/otfed.opam +++ b/otfed.opam @@ -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"]