From 8541804209885a1a9513342caca3d5c68cc62aba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 01:00:05 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a3e6006 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 0.1.0 (2026-05-17) + + +### Features + +* add GlyphConstruction chute ([143a2a1](https://github.com/hellboxpy/hellbox-glyph-construction/commit/143a2a150b20ac47c23eade5d48953ddb58845d8)) + + +### Bug Fixes + +* correct monkey-patch double getBounds call ([04de14f](https://github.com/hellboxpy/hellbox-glyph-construction/commit/04de14f60725549eb7acc59f636ef2aa2f9209cb)) +* harden bounds patch; test glyph overwrite path ([0591c5b](https://github.com/hellboxpy/hellbox-glyph-construction/commit/0591c5bca6c61cbf7ec8220a86baddadcc137a15)) +* pass default layer to getBounds for component glyphs ([be93f0b](https://github.com/hellboxpy/hellbox-glyph-construction/commit/be93f0b138053e381a59a7a38ea811169ecae904)) +* skip empty construction strings from ParseGlyphConstructionListFromString ([e5c8f7c](https://github.com/hellboxpy/hellbox-glyph-construction/commit/e5c8f7cc339c1ecc3c64fddaf5f8a1199c98fdf4)) + + +### Documentation + +* update README formatting ([e38e30b](https://github.com/hellboxpy/hellbox-glyph-construction/commit/e38e30b996ad54c791e15ccb390be4685bb44834))