Skip to content

Commit

Permalink
release: v10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 28, 2024
1 parent fbb5d06 commit 7e5fde0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
Changes
=======

Version 10.8.0 (released 2024-07-28)

- results: added support for drafts
- fix(community): set branding
- codemeta: added identifier to schema
- signposting: generate 1 link context object for metadata
- fix: abort on record deletion exception
- media-files: generate ptif and include in manifets
- fix: pids required behavior
- iiif: handle DecompressionBombError
- iiif: schema: only return images within size limit in manifest

Version 10.7.1 (released 2024-05-31)

- secret links: set csrf token for all requests with secret links,
Expand Down
3 changes: 2 additions & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Copyright (C) 2019-2024 CERN.
# Copyright (C) 2019-2022 Northwestern University.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -10,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.7.1"
__version__ = "10.8.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 7e5fde0

Please sign in to comment.