From f795bf22be05ca50c84f901ef52f0f473a88847d 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:01:13 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..61f5fdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.2](https://github.com/hellboxpy/hellbox-fontmake/compare/v0.1.1...v0.1.2) (2026-05-17) + + +### Bug Fixes + +* basename -> name, extension= -> suffix= with leading dot ([b02b672](https://github.com/hellboxpy/hellbox-fontmake/commit/b02b672f64dd9d0aeeb9ea102a97b1737e6071ae)) + + +### Documentation + +* update install command to hell add ([bcc0cbb](https://github.com/hellboxpy/hellbox-fontmake/commit/bcc0cbb9777295199fd4288f9a3a1f4a7ddd900d)) diff --git a/pyproject.toml b/pyproject.toml index 971fa21..ae778c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hellbox-fontmake" -version = "0.1.1" +version = "0.1.2" description = "fontmake job for hellbox." readme = "README.md" license = {text = "MIT"}