Skip to content

Commit

Permalink
chore(release): v10.4.0
Browse files Browse the repository at this point in the history
\### Feature

* **jexl:** Add length transform ([`b4fbd99`](b4fbd99))

\### Fix

* **form:** Speed up copying of documents ([`fac7a98`](fac7a98))
* Add missing "is_hidden" to SaveOptionSerializer ([`ab63598`](ab63598))
  • Loading branch information
Yelinz committed Sep 26, 2024
1 parent ba7be86 commit 9b3f2d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v10.4.0 (26 September 2024)
### Feature

* **jexl:** Add length transform ([`b4fbd99`](https://github.com/projectcaluma/caluma/commit/b4fbd997b866f82b3b65bcc0fb6e1237ca69e0df))

### Fix

* **form:** Speed up copying of documents ([`fac7a98`](https://github.com/projectcaluma/caluma/commit/fac7a986de97cd8fb1a7d1f8444df8c83afeab3a))
* Add missing "is_hidden" to SaveOptionSerializer ([`ab63598`](https://github.com/projectcaluma/caluma/commit/ab63598d1051739eb3989d48d446e61e8d19568b))


# v10.3.1 (9 August 2024)
### Fix

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma"
version = "10.3.1"
version = "10.4.0"
description = "Caluma Service providing GraphQL API"
homepage = "https://caluma.io"
repository = "https://github.com/projectcaluma/caluma"
Expand Down

0 comments on commit 9b3f2d3

Please sign in to comment.