Skip to content

Commit

Permalink
release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 25, 2024
1 parent 6d7eac8 commit 80d8e62
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 @@ -7,6 +7,13 @@
Changes
=======

Version v0.18.0 (release 2024-11-25)

- fix: don't pass undefined to controlled component
- fix: make learningresourcetype consistently a list
- metadata: allow url in append_learningresourcetype


Version v0.17.2 (release 2024-11-14)

- views: ignore extraneous kwargs
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_lom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .ext import InvenioRecordsLOM
from .proxies import current_records_lom

__version__ = "0.17.2"
__version__ = "0.18.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 80d8e62

Please sign in to comment.