diff --git a/CHANGELOG.md b/CHANGELOG.md index e324ce0..f7ce6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.4.0] - 2025-04-07 + Fixed: * allow empty imports for optional dependencies diff --git a/src/eynollah/ocrd-tool.json b/src/eynollah/ocrd-tool.json index 125131c..e972ec8 100644 --- a/src/eynollah/ocrd-tool.json +++ b/src/eynollah/ocrd-tool.json @@ -1,5 +1,5 @@ { - "version": "0.3.1", + "version": "0.4.0", "git_url": "https://github.com/qurator-spk/eynollah", "dockerhub": "ocrd/eynollah", "tools": { @@ -40,11 +40,11 @@ "default": true, "description": "Light version need textline light" }, - "tables": { - "type": "boolean", - "default": false, - "description": "Try to detect table regions" - }, + "tables": { + "type": "boolean", + "default": false, + "description": "Try to detect table regions" + }, "curved_line": { "type": "boolean", "default": false,