Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0 (2026-05-20)


### Features

* add Hellbox.check() for format and type checking ([f564ccc](https://github.com/hellboxpy/hellbox/commit/f564ccc9e70ee29300266e187eb2e32df26f6432))
* add Hellbox.format() classmethod backed by ruff ([8595771](https://github.com/hellboxpy/hellbox/commit/8595771f4684a33e929797502bed4dfbfe6a4007))
* suppress tool stdout/stderr during chute execution ([d826584](https://github.com/hellboxpy/hellbox/commit/d8265840b3636fb6dd32b9f8bc84941cb3981ed4))


### Documentation

* increase headline size ([fb13758](https://github.com/hellboxpy/hellbox/commit/fb13758210f1044b4184d2581a73ae55e6bb651e))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "setuptools>=68" ]

[project]
name = "hellbox"
version = "0.1.3"
version = "0.1.0"
description = "Build system for font development."
readme = "README.rst"
license = { text = "MIT" }
Expand Down