Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.22.0 #230

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@
Changes
=======

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

- ui: add separator ti author detail
- setup: move to python 3.12
- fix: empty values shouldn't be displayed
- ui: published could be in 260 too
- permission: add role creator
- change: allow ' ' as not set indicator
- remove marcxml transport layer
- ui: add affiliation
- fix: multiple 700 not send to client
- fix: apply header change from rdm-records
- fix: the following / prevents rspack from building
- setup: migrate to finalize_app
- upgrade: add script to upgrade parent
- feat: files serializer use marc21 accept header
- style: improve codequality
- feat: resource type to search facets
- feat: index static metadata fields


Version v0.21.2 (release 2024-06-13)

- feat: active dashoard menu item
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.21.2"
__version__ = "0.22.0"

__all__ = (
"__version__",
Expand Down