From d013a618de8fdeba1de46cc13fbdcc416269dcad Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 27 Oct 2024 13:30:14 +0000 Subject: [PATCH] 0.24.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fc53d..7000772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.24.0 (2024-10-27) + +### Features + +* feat: improve styling of code blocks (#747) ([`c513731`](https://github.com/MartinBernstorff/Memium/commit/c513731321eb822d2d2d4c9afba588783d7c4ff6)) + +### Unknown + +* update default_styling.css ([`3c04e3c`](https://github.com/MartinBernstorff/Memium/commit/3c04e3c60d5a153c2b2688fe5d3386e888ff95d3)) + +* improve-styling-of-code-blocks ([`e87607b`](https://github.com/MartinBernstorff/Memium/commit/e87607bbe444f6723fd1ad5b14ca10e58b8e48d2)) + + ## v0.23.0 (2024-10-27) ### Features diff --git a/pyproject.toml b/pyproject.toml index 6a7a3c9..e6ddd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.23.0" +version = "0.24.0" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]