Skip to content

Commit c61a640

Browse files
authored
Merge pull request #2384 from winged/bump_version11
chore: version bump
2 parents e24f02d + 39ed6fc commit c61a640

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v11.0.0 (28 February 2025)
2+
3+
4+
### Feature
5+
6+
* **structure:** Introduce a fast-loading mechanism ([`e82cb5e`](https://github.com/projectcaluma/caluma/commit/e82cb5ea005904e96fa98339a7f50ee964b8325b))
7+
8+
### Fix
9+
10+
* **structure:** Correctly sort questions and table rows ([`36a6080`](https://github.com/projectcaluma/caluma/commit/36a60809033dfa3b8d34b45a0369f0224e5b94ab))
11+
12+
### Breaking
13+
14+
* Code that uses the form jexl and / or structure code most likely will need to be rewritten. The changes are small-ish, but still semantically not exactly equal. ([`7c997b7`](https://github.com/projectcaluma/caluma/commit/7c997b70850a4c4e7f046714d8a1ab56a89ef950))
15+
See https://github.com/projectcaluma/caluma/pull/2356 for further details.
16+
17+
118
# v10.7.0 (09 January 2025)
219

320
### 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 = "10.7.0"
3+
version = "11.0.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)