Skip to content

Commit

Permalink
release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 13, 2024
1 parent 361c730 commit a21f706
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
Changes
=======

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

- fix: catch validation error
this ensures that rebuilding the database does not exit on the first
error
- setup: support only python3.12



Version v0.2.3 (release 2024-02-12)

- fix: update changed lom api
Expand Down
2 changes: 1 addition & 1 deletion invenio_global_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from .ext import InvenioGlobalSearch

__version__ = "0.2.3"
__version__ = "0.2.4"

__all__ = (
"__version__",
Expand Down

0 comments on commit a21f706

Please sign in to comment.