Skip to content

Commit

Permalink
release: v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 4, 2024
1 parent 05797ae commit 79a415b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 4.2.0 (released 2024-11-04)

- self-checkout: barcode is now always uppercased to make searches case-insensitive

Version 4.1.0 (released 2024-10-21)

- search: apply the same search analyzers to the fields that needs to be searchable.
Expand Down Expand Up @@ -55,7 +59,7 @@ Version 2.0.0rc9 (released 2024-04-25)
Version 2.0.0rc8 (released 2024-04-04)

- records_relation: Simplify sorting
- records_relations: Use sort_by paramemter from configs instead
- records_relations: Use sort_by parameter from configs instead
- relations: Add functionality to sort json refs by relation_type
- tests: circulation: Add new location for testing closures
- circulation: loan_request: Fix dates comparison in get_offset_duration
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""invenio-app-ils."""

__version__ = "4.1.0"
__version__ = "4.2.0"

__all__ = ("__version__",)

0 comments on commit 79a415b

Please sign in to comment.