upd CHANGELOG

bump to 2.2.4
This commit is contained in:
onyx-and-iris 2024-02-14 21:38:56 +00:00
parent 6e017b4afc
commit 2d0c0f91f0
2 changed files with 13 additions and 3 deletions

View File

@ -9,8 +9,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
## [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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "xair-api"
version = "2.2.4a0"
version = "2.2.4"
description = "Remote control Behringer X-Air | Midas MR mixers through OSC"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"