Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
Changes
=======

Version 2.13.0 (2026-04-22)

- facets: add collection facet
- fix(frames): correct extracted frame timestamp calculation
- fix(ldap):add exact e-group mail match
- deposit: preserve legacy_recid and _curation fields
- sanitizer: allow href and link in ckeditor
- fix(permissions): allow update users to read metadata/files

Version 2.12.0 (2026-04-08)

- schema: normalize MARC tag keys to numeric format in serializer
Expand Down
2 changes: 1 addition & 1 deletion cds/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

"""CDS version."""

__version__ = "2.12.0"
__version__ = "2.13.0"
Loading