diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c41de..89c860f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +For more detailed changes, see the releases section on GitHub: . + +## 0.7.0 - 2023-01-01 + +- packaging: add MacOS to targetted platform +- increase test coverage + ## 0.6.0 - 2022-12-31 - rewrite search-content subcommand by improving both indexation and search diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 63cceed..14de662 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -34,7 +34,7 @@ __uri__ = __uri_repository__ -__version__ = "0.6.0" +__version__ = "0.7.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num