From e896ac9d1ec40b7fb4e9d2671c969ac84295d408 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 00:59:55 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c637ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 0.1.0 (2026-05-17) + + +### Features + +* add MakeOTF chute ([6fd1670](https://github.com/hellboxpy/hellbox-afdko/commit/6fd167064bd314256e1c64847ca8fa45b2bef685)) +* add Otf2Ttf chute ([43b84f7](https://github.com/hellboxpy/hellbox-afdko/commit/43b84f736da226bc7a918db908b0f3fd75e92c54)) +* add TtfComponentizer chute ([60d9d32](https://github.com/hellboxpy/hellbox-afdko/commit/60d9d3214685332603f383be91267d4dcbc735a5)) +* export MakeOTF, Otf2Ttf, TtfComponentizer from package ([df47611](https://github.com/hellboxpy/hellbox-afdko/commit/df476113fba4791cf4e7b8b9d9b5fdf9ca6ce1a0)) + + +### Bug Fixes + +* use PS name for OTF output and resolve symlink path in TtfComponentizer ([aac9c31](https://github.com/hellboxpy/hellbox-afdko/commit/aac9c31f3c816de8eb5aed809166ec80ecd3e75e)) + + +### Documentation + +* add usage examples to README ([c2979ed](https://github.com/hellboxpy/hellbox-afdko/commit/c2979edc1cbd12c57ac5fc52cbfa1e99009d65cf)) +* update install command to hell add ([6ab2761](https://github.com/hellboxpy/hellbox-afdko/commit/6ab27616bdf86b6713346e4033d9f379dfd4b536))