From 83608b9ef8d700378f1482b421c68b6a0d1e66b2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Jun 2024 23:12:22 +0000 Subject: [PATCH] 0.8.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a3e4c9..78ac3539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.8.0 (2024-06-10) + +### Feature + + +- Guard debug logging that reformats data in the arguments (#20) ([`0cfdea8`](https://github.com/uilibs/uiprotect/commit/0cfdea8d27c0a35d71cd98d65120288218f4ca4c)) + + +### Refactor + + +- Remove useless .keys() calls (#19) ([`ec1fd12`](https://github.com/uilibs/uiprotect/commit/ec1fd129deb06b5d2334d49ccd0b238033c5b904)) + + ## v0.7.0 (2024-06-10) ### Feature diff --git a/docs/conf.py b/docs/conf.py index e73bcf39..08271e2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "uiprotect" copyright = "2024, UI Protect Maintainers" author = "UI Protect Maintainers" -release = "0.7.0" +release = "0.8.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 1a7031d8..2281e166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "0.7.0" +version = "0.8.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] license = "MIT"