Skip to content

Commit 12e496f

Browse files
committed
Bump version 3.8.23
1 parent a6321df commit 12e496f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [3.8.23]
6+
7+
- cicd: upgrade Read the Docs build image to `ubuntu-24.04` (#1675)
8+
- fix: `hmac_verify` must return `False` instead of raising TypeError (#1673)
9+
- fix: expand refKeys wildcard patterns to actual bone names (#1670)
10+
- fix: Reject invalid `dest_key` types early in `RelationalBone.singleValueFromClient` (#1674)
11+
512
## [3.8.22]
613

714
- feat: `utils.get_base_url()` refactors `getHostUrl()` (#1665)

src/viur/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This will mark it as a pre-release as well on PyPI.
44
# See CONTRIBUTING.md for further information.
55

6-
__version__ = "3.8.22"
6+
__version__ = "3.8.23"
77

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

0 commit comments

Comments
 (0)