From d0df6c7c07c7538a17948b0506b365a96b8a97ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 06:23:35 +0000 Subject: [PATCH] chore(main): release padbound 0.3.0 --- .release-please.manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ src/padbound/__init__.py | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 37786e2..9017ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.3.0](https://github.com/uermel/padbound/compare/padbound-v0.2.0...padbound-v0.3.0) (2026-03-15) + + +### ✨ Features + +* Textual TUI that renders controller state. ([#7](https://github.com/uermel/padbound/issues/7)) ([7503426](https://github.com/uermel/padbound/commit/75034262258193b620e2e33586fcf6b0f9e4b5d5)) +* TUI interface for all controllers. ([#23](https://github.com/uermel/padbound/issues/23)) ([a654e71](https://github.com/uermel/padbound/commit/a654e719b71f3ff366c28d102a570b832dfb6ca7)) + + +### 🐞 Bug Fixes + +* bugfixes for initial release ([#5](https://github.com/uermel/padbound/issues/5)) ([d9becf7](https://github.com/uermel/padbound/commit/d9becf7e19bcf3b06519c0aadba9fe7883e74b5b)) +* bump black from 25.12.0 to 26.1.0 ([#10](https://github.com/uermel/padbound/issues/10)) ([8f87f86](https://github.com/uermel/padbound/commit/8f87f8670ae101f333409b6ff3c4824ed6774a28)) +* bump chanzuckerberg/github-actions from 6.12.1 to 6.13.0 ([#9](https://github.com/uermel/padbound/issues/9)) ([8b4bb24](https://github.com/uermel/padbound/commit/8b4bb24ef88b6bbc160f511773f68c8772abbfb0)) +* bump chanzuckerberg/github-actions from 6.13.0 to 6.14.0 ([#22](https://github.com/uermel/padbound/issues/22)) ([69d4174](https://github.com/uermel/padbound/commit/69d4174ddb4390c697f1e8ad8b9894f4db2d0cd3)) +* bump ipython from 9.8.0 to 9.9.0 ([#11](https://github.com/uermel/padbound/issues/11)) ([098586d](https://github.com/uermel/padbound/commit/098586d4a944315319f106dffaf20be189ad2d7f)) +* bump mkdocs-autorefs from 1.4.3 to 1.4.4 ([#17](https://github.com/uermel/padbound/issues/17)) ([05c19e4](https://github.com/uermel/padbound/commit/05c19e4814d27c2bda1daf6e75613c7824c9d002)) +* bump mkdocs-material from 9.7.0 to 9.7.1 ([#13](https://github.com/uermel/padbound/issues/13)) ([36b0015](https://github.com/uermel/padbound/commit/36b00151b03e22222a3f8beb9eb2aa74e8988e01)) +* bump rich from 14.2.0 to 14.3.2 ([#19](https://github.com/uermel/padbound/issues/19)) ([9287aa8](https://github.com/uermel/padbound/commit/9287aa8f3cd297af8be7d319010a69cec45ac236)) +* bump ruff from 0.14.9 to 0.14.13 ([#12](https://github.com/uermel/padbound/issues/12)) ([ad9c67d](https://github.com/uermel/padbound/commit/ad9c67dabbfe00e6d564f94037a844e57d8a194c)) +* bump textual from 5.3.0 to 7.3.0 ([#14](https://github.com/uermel/padbound/issues/14)) ([1a41968](https://github.com/uermel/padbound/commit/1a41968494fb65242bafc080f6adee86c6b66ab4)) +* bump textual from 7.3.0 to 8.0.0 ([#15](https://github.com/uermel/padbound/issues/15)) ([82bd1ea](https://github.com/uermel/padbound/commit/82bd1eafd0cdc5f103d3dc69e4f690daf1fab4b6)) +* bump websockets from 15.0.1 to 16.0 ([#16](https://github.com/uermel/padbound/issues/16)) ([8ae5ec3](https://github.com/uermel/padbound/commit/8ae5ec3424e88401156c76cb83abc14f6f50da73)) + + +### 📝 Documentation + +* update readme ([#24](https://github.com/uermel/padbound/issues/24)) ([cf648bd](https://github.com/uermel/padbound/commit/cf648bdd01feb661b93d0ad11c0c0b87a00cd143)) + ## [0.2.0](https://github.com/uermel/padbound/compare/padbound-v0.1.0...padbound-v0.2.0) (2025-12-24) diff --git a/src/padbound/__init__.py b/src/padbound/__init__.py index 3dfade3..7a9a85c 100644 --- a/src/padbound/__init__.py +++ b/src/padbound/__init__.py @@ -7,7 +7,7 @@ underlying MIDI implementation. """ -__version__ = "0.2.0" +__version__ = "0.3.0" # Main API # Configuration models