Skip to content

Commit

Permalink
📦 v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Jun 29, 2023
1 parent 5ad0892 commit 7dc4b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.8] - 2023-06-29
### Fixed
- workarounds for broken models (DocBank_X101, Jambo-sudo_X101)
- `make deps`: add explicit reqs prior to pip step with Torch index
Expand Down Expand Up @@ -85,4 +87,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.5]: ../../compare/v0.1.4...v0.1.5
[0.1.6]: ../../compare/v0.1.5...v0.1.6
[0.1.7]: ../../compare/v0.1.6...v0.1.7
[unreleased]: ../../compare/v0.1.7...master
[0.1.8]: ../../compare/v0.1.7...v0.1.8
[unreleased]: ../../compare/v0.1.8...master
2 changes: 1 addition & 1 deletion ocrd_detectron2/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git_url": "https://github.com/bertsky/ocrd_detectron2",
"version": "0.1.7",
"version": "0.1.8",
"tools": {
"ocrd-detectron2-segment": {
"executable": "ocrd-detectron2-segment",
Expand Down

0 comments on commit 7dc4b75

Please sign in to comment.