Skip to content

Commit d08436b

Browse files
committed
0.19.0
1 parent 1cd27ba commit d08436b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.19.0] - 2024-11-28
99

1010
- Ignore leading and trailing whitespaces in query (#19)
1111
- Add default mappings and search fields at install
@@ -232,6 +232,7 @@ The minimum Omeka S version required is 3.0.0
232232

233233
First release
234234

235+
[0.19.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.19.0
235236
[0.18.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.18.0
236237
[0.17.1]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.17.1
237238
[0.17.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.17.0

config/module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[info]
22
name = "Solr"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
omeka_version_constraint = "^3.1.0 || ^4.0.0"
55
description = "Add Solr search adapter"
66
author = "BibLibre"

0 commit comments

Comments
 (0)