diff --git a/CHANGELOG.md b/CHANGELOG.md index b868d82..f2d4e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ Unreleased --> +## 0.4.0 - 2022-12-27 + +- Improve search-content subcommand +- Add utils to check file against time since its creation or modification + ## 0.3.0 - 2022-12-21 - Modernized build and publish workflow for PyPi diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index b9b62eb..5d3f705 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -34,7 +34,7 @@ __uri__ = __uri_repository__ -__version__ = "0.3.0" +__version__ = "0.4.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num