Skip to content

Commit b68a4df

Browse files
committed
release: v0.10.0
1 parent 297a1e3 commit b68a4df

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Changes
22
=======
3+
Version 0.10.0 (released 2025-11-20)
4+
----------------------------
5+
- fix: use always http protocol instead of xrootd for transfers
6+
- fix: remove warnings from the startup
7+
- fix: Add missing file to the record stage templates
8+
- fix(oai-pmh): openaire uses dc description instead of datacite description
9+
- fix: change message of datasets with a single file or event
10+
- fix: improve querying transfer requests to prevent running out of memory
11+
- fix: Change the templates to allow case insensitive searches
12+
- ui: improvements to displaying dates
13+
- cold: add information about failed transfers to the transfer requests table
14+
- fix: update datacite to schema43
15+
316
Version 0.9.1 (released 2025-10-28)
417
----------------------------
518
- dependency: update xrootd version

cernopendata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
and parsed by ``setup.py``.
2929
"""
3030

31-
__version__ = "0.9.1"
31+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)