We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197bb9f commit 824e8ccCopy full SHA for 824e8cc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [v0.9.0](https://github.com/haliphax/xthulu/compare/v0.8.1...v0.9.0) (2024-04-10)
2
+
3
+## ✨ New Features
4
+- [`5c2a86d`](https://github.com/haliphax/xthulu/commit/5c2a86d) configurable log level
5
+- [`197bb9f`](https://github.com/haliphax/xthulu/commit/197bb9f) gzipped log rotation
6
7
# [v0.8.1](https://github.com/haliphax/xthulu/compare/v0.8.0...v0.8.1) (2024-04-02)
8
9
## 🐛 Bug Fixes
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "xthulu"
requires-python = ">=3.11"
-version = "0.8.1"
+version = "0.9.0"
dynamic = ["dependencies", "optional-dependencies"]
10
11
[tool.setuptools]
0 commit comments