Skip to content

Commit

Permalink
release v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 31, 2024
1 parent 170076c commit 3b5c493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Changes
=======

Version v0.22.2 (release 2024-10-31)

- fix: fields could be missing
- ui: add elements to details
- fix(deposit): page render and save a empty record


Version v0.22.1 (release 2024-10-26)

- fix: creator only allowed to interact with owned records
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_marc21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def create(self, identity, data=None, metadata=Marc21Metadata(), files=False, ac
create_record,
)

__version__ = "0.22.1"
__version__ = "0.22.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 3b5c493

Please sign in to comment.