Skip to content

Commit fa450c3

Browse files
committed
📦 release: v16.4.0
1 parent 2b28f50 commit fa450c3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

‎CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
Changes
1313
=======
1414

15+
Version v16.4.0 (released 2024-12-10)
16+
17+
- bibtex: add trailing comma in url field
18+
- community-records: allow scan search
19+
* Adds `scan` and `scan_params` arguments to
20+
`CommunityRecordsService.search(...)`, to allow for serving scan
21+
results (but only via the service).
22+
- serializer: updated subjects and affiliations in dcat
23+
- schema: added identifiers to subjects
24+
- serializers: add datapackage serializer (#1742)
25+
1526
Version v16.3.4 (released 2024-12-06)
1627

1728
- github: return None for `NOASSERTION` license

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "16.3.4"
15+
__version__ = "16.4.0"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)