From cb19a5a303cd4606255ac6a72fb45a226adb5f91 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 5 Oct 2024 14:34:12 -0600 Subject: [PATCH] Remove thelogrus from dependencies - Remove thelogrus from dependencies - Bump version to 0.15.0 Signed-off-by: Joe Block --- Changelog.md | 14 ++++++++++++++ pyproject.toml | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..5b26ec4 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,14 @@ + + +**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* + +- [Changelog](#changelog) + - [0.15.0](#0150) + + + +# Changelog + +## 0.15.0 + +- Removed `thelogrus` from the dependency list diff --git a/pyproject.toml b/pyproject.toml index bd04b5e..4662ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ha-mqtt-discoverable" -version = "0.14.0" +version = "0.15.0" description = "" authors = ["Joe Block "] readme = "README.md" @@ -11,7 +11,6 @@ python = ">=3.10.0,<4.0" pyaml = "^21.10.1" paho-mqtt = "^1.6.1" gitlike-commands = ">=0.2.1,<0.4.0" -thelogrus = "^0.7.0" pydantic = "^2.7.2"