Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 18, 2023
1 parent 3b75c36 commit d537a89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ workflows:
jobs:
- deploy:
filters:
branch:
only: master
tags:
only: /^v.*/
only: /^v\d.\d\d.\d$/
test-pull-request:
jobs:
- test-python37
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Fixed:

* running a processor as a worker no longer dumps `ocrd-tool.json` and messed up logging, #1116

Changed:

* logging: With `ocrd_logging.conf` (e.g. in Docker), log all messages `DEBUG` and up and log to `ocrd.log`, #1117

## [2.56.0] - 2023-10-13

Changed:
Expand Down

0 comments on commit d537a89

Please sign in to comment.