We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6378df7 commit dacfa50Copy full SHA for dacfa50
CHANGELOG.md
@@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
5
6
## Unreleased
7
8
+## [0.6.2] - 2023-03-16
9
+
10
Fixed:
11
12
* `make deps` should not update `ocrd`, #43, #44
@@ -129,6 +131,7 @@ Fixed:
129
131
* ocrd-tool: add `steps` and `categories`
130
132
133
<!-- link-labels -->
134
+[0.6.2]: ../../compare/v0.6.2...v0.6.1
135
[0.6.1]: ../../compare/v0.6.1...v0.6.0
136
[0.6.0]: ../../compare/v0.6.0...v0.5.0
137
[0.5.0]: ../../compare/v0.5.0...v0.4.1
ocrd-tool.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.6.1",
+ "version": "0.6.2",
3
"git_url": "https://github.com/OCR-D/ocrd_fileformat",
4
"tools": {
"ocrd-fileformat-transform": {
0 commit comments