Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## Unreleased
## 0.9.5 (2025-11-27)

**Dependencies**
- Updated Solr to 9.10.0 and Lucene to 9.12.3
- Updated other dependencies to their latest versions

**Fixed**
- Highlighting when a highlighted span was crossing multiple vertical columns on
the page

**Chores**
- Use JSONC for Renovate config instead of JSON5

## 0.9.4 (2025-05-14)
[GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.9.4)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.digitalcollections</groupId>
<artifactId>solr-ocrhighlighting</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>

<name>Solr OCR Highlighting Plugin</name>
<description>
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.7.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
File renamed without changes.