Skip to content

Commit 113326b

Browse files
authored
chore(release): v4.0.2 (#531)
* **mime:** Allow file extension checking if all fails ([`ddaa134`](ddaa134)) * Use atomic for document and file creation ([`1a630ad`](1a630ad))
1 parent a41d77d commit 113326b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.0.2
2+
### Fix
3+
* **mime:** Allow file extension checking if all fails ([`ddaa134`](https://github.com/projectcaluma/alexandria/commit/ddaa1344b2cde98a0c52f3311772d36da6e28c28))
4+
* Use atomic for document and file creation ([`1a630ad`](https://github.com/projectcaluma/alexandria/commit/1a630adb83a8351d1ed01b3070790e65b00cc43d))
5+
16
# 4.0.1
27
### Fix
38
* **thumbnails:** Enlarge the thumbnails ([`a80f7b5`](https://github.com/projectcaluma/alexandria/commit/a80f7b535ba21e3c8a3c23318cb95ca4be70f273))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma-alexandria"
3-
version = "4.0.1"
3+
version = "4.0.2"
44
description = "Document management service"
55
repository = "https://github.com/projectcaluma/alexandria"
66
authors = ["Caluma <info@caluma.io>"]

0 commit comments

Comments
 (0)