From 788755d9abbe45df27c108d349c0f00b591b91a8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 27 Oct 2024 13:56:25 +0000 Subject: [PATCH] 0.24.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7000772c..d0abfead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.24.1 (2024-10-27) + +### Bug Fixes + +* fix: further improve duplicate loggig (#749) ([`2d6431b`](https://github.com/MartinBernstorff/Memium/commit/2d6431bc30a3fee1a53f147c27980bc7c23c058f)) + +### Refactoring + +* refactor: html parsing (#748) ([`a9578ce`](https://github.com/MartinBernstorff/Memium/commit/a9578cefe03d9336982af153bb7e966b46ab5d86)) + + ## v0.24.0 (2024-10-27) ### Features diff --git a/pyproject.toml b/pyproject.toml index e6ddd4e6..72f54003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.24.0" +version = "0.24.1" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]