From d3a4f9744ccbbd9a5bf187ed53529e70435a6d11 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:58 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- 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..faffe60 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.1](https://github.com/hellboxpy/hellbox-dsig/compare/v0.1.0...v0.1.1) (2026-05-17) + + +### Bug Fixes + +* basename -> name ([12065b8](https://github.com/hellboxpy/hellbox-dsig/commit/12065b8a0736560cd9ca7705bcb2a516382d0f57)) + + +### Documentation + +* update install command to hell add ([4b8330f](https://github.com/hellboxpy/hellbox-dsig/commit/4b8330f75b656bd570428236d037a7cd482717b5)) diff --git a/pyproject.toml b/pyproject.toml index 022ab60..37593d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hellbox-dsig" -version = "0.1.0" +version = "0.1.1" description = "DSIG-related job for hellbox." readme = "README.md" license = {text = "MIT"}