Skip to content

Commit

Permalink
Release 0.7.2: Bugfixes
Browse files Browse the repository at this point in the history
**Bugfixes:**
- Fixed using single-quotes in MiniOCR input, previously these files were not recognized as valid MiniOCR files
  ([#247](#247), thanks @mspalti for the fix!)
- Fixed `OutOfBoundsException` when using alternatives with very long tokens (
  [#230](#230), thanks @fd17 for the report and review)
  • Loading branch information
jbaiter committed Mar 22, 2022
1 parent 645c845 commit 294720c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.7.2 (2022-03-22)
And yet another bugfix release.

**Bugfixes:**
- Fixed using single-quotes in MiniOCR input, previously these files were not recognized as valid MiniOCR files
([#247](https://github.com/dbmdz/solr-ocrhighlighting/pull/247), thanks @mspalti for the fix!)
- Fixed `OutOfBoundsException` when using alternatives with very long tokens (
[#230](https://github.com/dbmdz/solr-ocrhighlighting/pull/230), thanks @fd17 for the report and review)

## 0.7.1 (2021-09-24)
Another bugfix release, upgrading is recommended.

Expand Down
2 changes: 1 addition & 1 deletion 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.7.2-SNAPSHOT</version>
<version>0.7.2</version>

<name>Solr OCR Highlighting Plugin</name>
<description>
Expand Down

0 comments on commit 294720c

Please sign in to comment.