Skip to content

Commit 5e0d64c

Browse files
author
David Vogt
authored
Merge pull request #949 from winged/new_release
chore: release 5.3.0
2 parents 9241c7a + d1ad3d7 commit 5e0d64c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v5.3.0 (20 Feb 2020)
2+
3+
### Feature
4+
* Implement copydocumentmutation (613ccd3b5962d5068a49ee44090e265786feee01)
5+
It is now possible to copy documents
6+
* Split settings file (c80cb4f3523fe8defc4befbe563905f9e0eb285d)
7+
Useful for integrating caluma as a django app
8+
* Increase max-length of slugs to 150 (5dbfff523d6486166c8e115071ca526bbd7c60e4)
9+
* Add support for minlength validation (4d67bcefc9659932f8edfd28f4864074c969cc95)
10+
11+
### Fix
12+
* Do not validate row documents when attaching them (fee356ae9549ca0bf4df4a18f9d260f8dd544569)
13+
* Do not crash when lamenting invalid form slug (42ce73cf3049c0305efae4d35807cc5f7a982deb)
14+
* Handle is_required correctly in nested questions (cb78c0836d6d354aa78a6458a70ca660f6d7b32b)
15+
16+
### Documentation
17+
* Add docs about usage of django apps and interfaces (c164ed340db0b7e1a2f8ca49bdc973ff8b8b8f90)
18+
* Add hint about snapshot updates and xdist (c0269950f1261884786306c013bd01945fee6498)
19+
20+
121
# v5.2.1 (17 Feb 2020)
222

323
### Fix

caluma/caluma_metadata.py

+1-1
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.2.1"
5+
__version__ = "5.3.0"

0 commit comments

Comments
 (0)