Skip to content

Commit e0a1b07

Browse files
authored
Merge pull request projectcaluma#2033 from anehx/release-9.1.0
chore(release): v9.1.0
2 parents f19ebbb + 436ac42 commit e0a1b07

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v9.1.0 (17 July 2023)
2+
3+
### Feature
4+
* **jexl:** Add flatten transform ([`42144cb`](https://github.com/projectcaluma/caluma/commit/42144cb64ec43baa52db82cf1304d700f6e6673e))
5+
6+
### Fix
7+
* Also catch ValueError and ZeroDivision errors on early jexl evaluation ([`0fe96ea`](https://github.com/projectcaluma/caluma/commit/0fe96ea9268781b2ab604c2e6398f27baf407f8b))
8+
9+
### Documentation
10+
* **jexl:** Update question jexl docstring ([`cdf1e73`](https://github.com/projectcaluma/caluma/commit/cdf1e7369f08eb7de8af9ec821b7331276a60ab9))
11+
12+
113
# v9.0.0 (9 June 2023)
214

315
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma"
3-
version = "9.0.0"
3+
version = "9.1.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)