Skip to content

Commit

Permalink
Bump version 3.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Aug 22, 2024
1 parent 4f87503 commit aaa8d27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file documents any relevant changes done to ViUR-core since version 3.

## [3.6.14]

- feat: Extend `CONTRIBUTING.md` with Coding Conventions (#1233)
- fix: `File`-module allows to upload into non-existing node (#1235)
- fix: `MultipleConstraints` as intended (#1228)
- fix: Improve `NumericBone.singleValueFromClient` (#1245)
- fix: Inconsistency raises AssertionError (#1237)
- fix: null-key always written into `viur-relations` (#1238)
- refactor: `__build_app` function clean-up and make all modules accessible (#1240)
- refactor: Improved `RelationalConsistency.PreventDeletion` validation (#1244)
- refactor: Move datastore index retrieval to `SkelModule` (#1239)

## [3.6.13]

- doc: Fix RelationalBone docstring (#1226)
Expand Down
2 changes: 1 addition & 1 deletion src/viur/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This will mark it as a pre-release as well on PyPI.
# See CONTRIBUTING.md for further information.

__version__ = "3.6.13"
__version__ = "3.6.14"

assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
"Semantic __version__ expected!"

0 comments on commit aaa8d27

Please sign in to comment.