mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
upd CHANGELOG
bump to 2.2.4
This commit is contained in:
parent
6e017b4afc
commit
2d0c0f91f0
14
CHANGELOG.md
14
CHANGELOG.md
@ -9,8 +9,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- [x] Send class mixed into Strip, AuxRtn, FxRtn. May now be accessed with {Class}.send
|
- [ ]
|
||||||
- [x] Sends example added
|
|
||||||
|
## [2.2.4] - 2022-02-14
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Send class mixed into Strip, AuxRtn, FxRtn. May now be accessed with {Class}.send
|
||||||
|
- Sends example added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- delay kwarg now applies to getters. See [Issue #6](https://github.com/onyx-and-iris/xair-api-python/issues/6).
|
||||||
|
|
||||||
## [2.2.0] - 2022-11-08
|
## [2.2.0] - 2022-11-08
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "xair-api"
|
name = "xair-api"
|
||||||
version = "2.2.4a0"
|
version = "2.2.4"
|
||||||
description = "Remote control Behringer X-Air | Midas MR mixers through OSC"
|
description = "Remote control Behringer X-Air | Midas MR mixers through OSC"
|
||||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user