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
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
Changes
=======

Version 2.11.0 (2026-02-17)

- player: add keyboard shortcuts
- ui: always display edit and publish buttons
- fix(serializer): do not remove HTML tags for titles

Version 2.10.1 (2026-01-28)

- fix(keywords): syntax error on escape double quotes on keyword name
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.10.1"
__version__ = "2.11.0"