From 466128dfac450b6377c280012a8d17f08fc0dd41 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Fri, 30 Aug 2024 10:27:54 +0200 Subject: [PATCH] chore: release v6.0.0 --- CHANGELOG.md | 11 ++++++++++- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294a91c5..9e94e744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 6.0.0 +### Fix +* Make document title and description not localized ([`39436b7`](https://github.com/projectcaluma/alexandria/commit/39436b7739d8a06c9da2a51f7a7b5bed82a84d4c)) +* **dockerfile:** Use correct settings ([`ddccc4d`](https://github.com/projectcaluma/alexandria/commit/ddccc4d27aeda004bcf69130787b46585d1ae137)) + +### Breaking +* Turn the document's `title` and `description` into regular CharFields/TextFields, instead of localized ones, because localized fields do not make sense for user-generated data. ([`39436b7`](https://github.com/projectcaluma/alexandria/commit/39436b7739d8a06c9da2a51f7a7b5bed82a84d4c)) +* drop poetry from prod build by building a wheel ([`249544d`](https://github.com/projectcaluma/alexandria/commit/249544df7eadbe73a452164f73639f87966cb323)) + # 5.1.1 ### Fix * fix(deps): update dependencies ([`2144e0b`](https://github.com/projectcaluma/alexandria/commit/2144e0b0b91de626c3994fde266e4de35d4258c9)) @@ -38,7 +47,7 @@ * webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5)) The URL for WebDAV editing is now in a seperate endpoint, to allow for checking the Permissions before serving it. -Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check. +Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check. ### Documentation * **readme:** Improve documentation for available features and config ([`a19b8cb`](https://github.com/projectcaluma/alexandria/commit/a19b8cb57c2c7222d2ff8943db6a5fc5b42e2341)) diff --git a/pyproject.toml b/pyproject.toml index 8c967316..ccb84c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "5.1.1" +version = "6.0.0" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]