diff --git a/CHANGELOG.md b/CHANGELOG.md index e81a2c1..04c41de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ Unreleased --> +## 0.6.0 - 2022-12-31 + +- rewrite search-content subcommand by improving both indexation and search +- add format output argument to search-content with 'table' as first available option + ## 0.5.0 - 2022-12-28 - add format output argument to search-image with 'table' as first available option diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index e6da258..63cceed 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -34,7 +34,7 @@ __uri__ = __uri_repository__ -__version__ = "0.5.0" +__version__ = "0.6.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num