We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9738acb commit fd01571Copy full SHA for fd01571
CHANGELOG.md
@@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
5
6
## Unreleased
7
8
+## [0.5.1] - 2024-02-01
9
+
10
Fixed:
11
12
- typo in ocrd-tool.json: `ocrd-froc` -> `ocrd-froc-recognize`
@@ -14,4 +16,5 @@ Fixed:
14
16
- First release in ocrd_all
15
17
18
<!-- link-labels -->
-[0.5.0]: ../../compare/HEAD...v0.5.0
19
+[0.5.0]: ../../compare/v0.5.1...v0.5.0
20
+[0.5.0]: ../../compare/v0.5.0...HEAD
ocrd_froc/ocrd-tool.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.5.0",
+ "version": "0.5.1",
3
"git_url": "https://github.com/OCR-D/ocrd_froc",
4
"tools": {
"ocrd-froc-recognize": {
0 commit comments