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.2.0"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://github.com/uermel/padbound/compare/padbound-v0.2.0...padbound-v0.3.0) (2026-02-12)


### ✨ Features

* Textual TUI that renders controller state. ([#7](https://github.com/uermel/padbound/issues/7)) ([7503426](https://github.com/uermel/padbound/commit/75034262258193b620e2e33586fcf6b0f9e4b5d5))


### 🐞 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 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-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 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))

## [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