Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Dec 8, 2023
1 parent c537580 commit f8b00e1
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 2.4.0 (2023-12-08)

- facet: Allow more than one possibility on range facets
- search: possibility to specify a different query_parser
- facets: New parameter, RECORDS_REST_FACETS_FILTER, to filter the facets based on a category based on all the other categories
- i18n-global: add compile-catalog fuzzy (#323)

Version 2.3.1 (2023-11-10)

- facets: apply some fixes on nested filter
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,6 @@
from .ext import InvenioRecordsREST
from .proxies import current_records_rest

__version__ = "2.3.1"
__version__ = "2.4.0"

__all__ = ("__version__", "current_records_rest", "InvenioRecordsREST")

0 comments on commit f8b00e1

Please sign in to comment.