We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9129bf commit aefe67eCopy full SHA for aefe67e
2 files changed
CHANGES.rst
@@ -11,6 +11,13 @@
11
Changes
12
=======
13
14
+Version v13.0.9 (released 2026-02-04)
15
+
16
+- fix: black formatting
17
+- search guide: fix regex example
18
+- fix: manage record link functionality for all versions
19
+- fix: show all contributers on dashboard page
20
21
Version v13.0.8 (released 2026-01-16)
22
23
- fix(landing_page): use text instead of html for fileKey
invenio_app_rdm/__init__.py
@@ -18,6 +18,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
-__version__ = "13.0.8"
+__version__ = "13.0.9"
__all__ = ("__version__",)
0 commit comments