Skip to content

Commit 9b3f2d3

Browse files
committed
chore(release): v10.4.0
\### Feature * **jexl:** Add length transform ([`b4fbd99`](b4fbd99)) \### Fix * **form:** Speed up copying of documents ([`fac7a98`](fac7a98)) * Add missing "is_hidden" to SaveOptionSerializer ([`ab63598`](ab63598))
1 parent ba7be86 commit 9b3f2d3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v10.4.0 (26 September 2024)
2+
### Feature
3+
4+
* **jexl:** Add length transform ([`b4fbd99`](https://github.com/projectcaluma/caluma/commit/b4fbd997b866f82b3b65bcc0fb6e1237ca69e0df))
5+
6+
### Fix
7+
8+
* **form:** Speed up copying of documents ([`fac7a98`](https://github.com/projectcaluma/caluma/commit/fac7a986de97cd8fb1a7d1f8444df8c83afeab3a))
9+
* Add missing "is_hidden" to SaveOptionSerializer ([`ab63598`](https://github.com/projectcaluma/caluma/commit/ab63598d1051739eb3989d48d446e61e8d19568b))
10+
11+
112
# v10.3.1 (9 August 2024)
213
### Fix
314

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma"
3-
version = "10.3.1"
3+
version = "10.4.0"
44
description = "Caluma Service providing GraphQL API"
55
homepage = "https://caluma.io"
66
repository = "https://github.com/projectcaluma/caluma"

0 commit comments

Comments
 (0)