Skip to content

Commit 82d1e81

Browse files
authored
Merge pull request #67 from gfngfn/release-0-3-3
Release `otfed.0.3.3`
2 parents febc0d1 + 4e0fa14 commit 82d1e81

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
## [0.3.3] - 2026-04-12
11+
### Fixed
12+
- Fix how to encode `int32` and thereby how to encode Fixed values in CharStrings ([PR\#65](https://github.com/gfngfn/otfed/pull/65); inspired by `@ghaaj`'s [Issue\#64](https://github.com/gfngfn/otfed/issues/64)).
13+
1014
## [0.3.2] - 2024-11-07
1115
### Fixed
1216
- 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)).
@@ -46,7 +50,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
4650
- Initial version of Otfed
4751

4852

49-
[Unreleased]: https://github.com/gfngfn/otfed/compare/0.3.2...HEAD
53+
[Unreleased]: https://github.com/gfngfn/otfed/compare/0.3.3...HEAD
54+
[0.3.3]: https://github.com/gfngfn/otfed/compare/0.3.1...0.3.3
5055
[0.3.2]: https://github.com/gfngfn/otfed/compare/0.3.1...0.3.2
5156
[0.3.1]: https://github.com/gfngfn/otfed/compare/0.3.0...0.3.1
5257
[0.3.0]: https://github.com/gfngfn/otfed/compare/0.2.0...0.3.0

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name otfed)
3-
(version 0.3.2)
3+
(version 0.3.3)
44
(authors "Takashi Suwa")
55
(maintainers "Takashi Suwa")
66
(license MIT)

otfed.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.2"
3+
version: "0.3.3"
44
synopsis: "An OpenType encoder/decoder for OCaml"
55
description: ""
66
maintainer: ["Takashi Suwa"]

0 commit comments

Comments
 (0)