📝 v0.5.0

This commit is contained in:
kba 2025-09-26 16:23:46 +02:00
parent 882e242946
commit 6ea6a62801
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
## Unreleased ## Unreleased
## [0.5.0] - 2025-09-26
Fixed: Fixed:
* restoring the contour in the original image caused an error due to an empty tuple, #154 * restoring the contour in the original image caused an error due to an empty tuple, #154
@ -193,6 +195,8 @@ Fixed:
Initial release Initial release
<!-- link-labels --> <!-- link-labels -->
[0.5.0]: ../../compare/v0.5.0...v0.4.0
[0.4.0]: ../../compare/v0.4.0...v0.3.1
[0.3.1]: ../../compare/v0.3.1...v0.3.0 [0.3.1]: ../../compare/v0.3.1...v0.3.0
[0.3.0]: ../../compare/v0.3.0...v0.2.0 [0.3.0]: ../../compare/v0.3.0...v0.2.0
[0.2.0]: ../../compare/v0.2.0...v0.1.0 [0.2.0]: ../../compare/v0.2.0...v0.1.0

View file

@ -1,5 +1,5 @@
{ {
"version": "0.4.0", "version": "0.5.0",
"git_url": "https://github.com/qurator-spk/eynollah", "git_url": "https://github.com/qurator-spk/eynollah",
"dockerhub": "ocrd/eynollah", "dockerhub": "ocrd/eynollah",
"tools": { "tools": {