diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac9640..cf54a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.25.2 (2024-11-05) + +### Performance Improvements + +* perf: check for anki before note sync (#766) ([`d4f33b9`](https://github.com/MartinBernstorff/Memium/commit/d4f33b958a8671e1bf69bb5f941d2d2a1894e423)) + + ## v0.25.1 (2024-11-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5b4769d..05dce79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.1" +version = "0.25.2" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]