diff --git a/CHANGELOG.md b/CHANGELOG.md index eed1485..7a6670e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [development] +## [0.4.2] — 2026-07-27 + ### Fixed - **`web/templates/*.jinja` missing from distribution wheel** — added `web/templates/*.jinja` to `[tool.setuptools.package-data]` in `pyproject.toml`. After a fresh install from PyPI the admin panel returned 500 because `Jinja2Templates` could not find any templates. diff --git a/pyproject.toml b/pyproject.toml index e2a2718..555c8d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "volumen" -version = "0.4.1" +version = "0.4.2" description = "A small, file-based Markdown blog engine with a built-in admin." readme = "README.md" keywords = ["blog", "markdown", "fastapi", "cms", "static-blog", "toml", "rss", "json-feed", "engine"]