Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 1, 2023
1 parent 38681b0 commit 4061501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/geotribu/cli/releases/>.

<!--
Unreleased
Expand All @@ -16,6 +18,11 @@ Unreleased
-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion geotribu_cli/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4061501

Please sign in to comment.