Merge branch 'master' into 29-generic-entities-support

This commit is contained in:
Fabio Manganiello 2022-12-11 10:59:58 +01:00
commit dff54a5246
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 9 additions and 1 deletions

View File

@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file.
Given the high speed of development in the first phase, changes are being Given the high speed of development in the first phase, changes are being
reported only starting from v0.20.2. reported only starting from v0.20.2.
## [Unreleased]
### Added
- Added `[-v|--verbose]` command-line option to override the default logging
configuration and enable debug logging.
- Added `--version` command-line option to print the current version and exit.
## [0.24.2] - 2022-12-10 ## [0.24.2] - 2022-12-10
## Fixed ### Fixed
- The `main.db` configuration should use the configured `workdir` when no - The `main.db` configuration should use the configured `workdir` when no
values are specified. values are specified.