Skip to content

Commit d9392bb

Browse files
zubeydecivelekzzacharo
authored andcommitted
release: v2.5.4
1 parent 587b13c commit d9392bb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
Changes
2626
=======
2727

28+
Version 2.5.4 (2025-09-01)
29+
30+
- Fix handling of ``_access.update`` to correctly append the current user.
31+
- Override ``bytesToHumanReadable`` to display units as KB, MB, GB, TB.
32+
- Add ``marshmallow_utils`` and sanitize metadata fields to remove unsafe HTML.
33+
2834
Version 2.5.3 (2025-06-12)
2935

3036
- keywords: add missing source field used in old migrated records

cds/version.py

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

2525
"""CDS version."""
2626

27-
__version__ = "2.5.3"
27+
__version__ = "2.5.4"

0 commit comments

Comments
 (0)