From 9c0e2bef39bd2d0252574f9d6e57298ac0fd84ea Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 13 Aug 2023 18:20:28 +0100 Subject: [PATCH] 2.4.9 section added to CHANGELOG patch bump --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b64b02..9b78ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [2.4.9] - 2023-08-13 + +### Added + +- Error tests added in tests/test_errors.py +- Errors section in README updated. + +### Changed + +- VBANCMDConnectionError class now subclasses VBANCMDError +- If the configs loader is passed an invalid config TOML it will log an error but continue to load further configs into memory. + ## [2.3.2] - 2023-07-12 ### Added diff --git a/pyproject.toml b/pyproject.toml index ce77d1a..dd100d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vban-cmd" -version = "2.4.8" +version = "2.4.9" description = "Python interface for the VBAN RT Packet Service (Sendtext)" authors = ["onyx-and-iris "] license = "MIT"