Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 11, 2024
1 parent e572fca commit 504ecf9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.0.4 (2024-12-11)

### Chore

* chore: remove stray decompyle call ([`e3f2a6e`](https://github.com/kmontag/modeStep/commit/e3f2a6eb2628a0f02a0e04df2efbb9abac0bddc5))

* chore: ensure that disabled mode is the first activated mode

Avoids added complexity with the pre-init mode in the mode stack. ([`2fd63da`](https://github.com/kmontag/modeStep/commit/2fd63da9715235ecaa877effddb436aab52f0478))

### Fix

* fix: unavailable runtime import ([`e572fca`](https://github.com/kmontag/modeStep/commit/e572fca99fdc301bed594c4c43e58b65f64c84f7))

## v0.0.3 (2024-12-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modeStep"
version = "0.0.3"
version = "0.0.4"
description = "Ableton Live 12 control surface for the SoftStep 2"
authors = ["Kevin Montag <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 504ecf9

Please sign in to comment.