Skip to content

Commit e930c93

Browse files
committed
📦 v1.6.0
1 parent 3237b70 commit e930c93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [1.6.0] - 2021-05-20
8+
9+
Removed:
10+
11+
* `ocrd-anybaseocr-block-segmenation` was broken and caused spurious CI errors
12+
713
## [1.5.0] - 2021-05-19
814

915
Changed:
@@ -85,6 +91,7 @@ Fixed:
8591
* Graceful degradation to CPU processing if CUDA not available, #56
8692

8793
<!-- link-labels -->
94+
[1.6.0]: ../../compare/v1.6.0...v1.5.0
8895
[1.5.0]: ../../compare/v1.5.0...v1.4.1
8996
[1.4.1]: ../../compare/v1.4.1...v1.4.0
9097
[1.4.0]: ../../compare/v1.4.0...v1.3.0

ocrd_anybaseocr/ocrd-tool.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"git_url": "https://github.com/OCR-D/ocrd_anybaseocr",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"tools": {
55
"ocrd-anybaseocr-binarize": {
66
"executable": "ocrd-anybaseocr-binarize",

0 commit comments

Comments
 (0)