Skip to content

Commit 10c20f0

Browse files
author
David Vogt
authored
Merge pull request #901 from winged/release_5_1
chore: version bump to 5.1
2 parents ce4cd96 + 37d0e84 commit 10c20f0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v5.1.0 (31 Jan 2020)
2+
3+
### Feature
4+
5+
* add hierarchical inspection classes (0d746594d9d14e23b7d90b359c8869b8d3ab7afc)
6+
Useful for extension points and caluma-as-django-app
7+
8+
### Fix
9+
10+
* validation performance vastly improved (25570a9b220d773b5a1517bb4e0b40d27ed306f1)
11+
form validation query count is roughly 10% of what it used to be
12+
13+
114
# v5.0.0 (22 Jan 2020)
215

316

caluma/caluma_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__title__ = "caluma"
44
__description__ = "Caluma Service providing GraphQL API"
5-
__version__ = "5.0.0"
5+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)