mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-22 04:40:58 +00:00
2.3.2 section added to CHANGELOG
patch bump
This commit is contained in:
parent
2dc096e306
commit
7e7aa1b4de
@ -11,6 +11,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
|||||||
|
|
||||||
- [ ]
|
- [ ]
|
||||||
|
|
||||||
|
## [2.3.2] - 2024-02-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Configurable kwarg `connect_timeout` added. Defaults to 2 seconds.
|
||||||
|
- New error class `XAirRemoteConnectionTimeoutError`. Raised if a connection validation times out.
|
||||||
|
- timeout kwarg + Errors section added to README.
|
||||||
|
|
||||||
## [2.3.1] - 2024-02-15
|
## [2.3.1] - 2024-02-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "xair-api"
|
name = "xair-api"
|
||||||
version = "2.3.1"
|
version = "2.3.2"
|
||||||
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