Skip to content
Merged
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.2.0"
".": "0.3.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/padbound/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
underlying MIDI implementation.
"""

__version__ = "0.2.0"
__version__ = "0.3.0"

# Main API
# Configuration models
Expand Down