Skip to content

Commit

Permalink
v0.34.0 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: gounux <[email protected]>
  • Loading branch information
gounux and gounux authored Jun 7, 2024
1 parent c540843 commit 9655e31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Unreleased
-->

## 0.34.0 - 2024-06-07

### Features and enhancements 🎉

* Add JSON client for feeds and tags by @gounux in <https://github.com/geotribu/cli/pull/198>
* Add yaml header check by @gounux in <https://github.com/geotribu/cli/pull/184>

### Tooling 🔧

* ci: switch to PyPi trusted publisher by @Guts in <https://github.com/geotribu/cli/pull/201>

### Documentation 📖

* Corrections et ajouts mineurs by @Guts in <https://github.com/geotribu/cli/pull/202/files>

## 0.33.0 - 2024-05-02

### Features and enhancements 🎉
Expand Down
2 changes: 1 addition & 1 deletion geotribu_cli/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

__uri__ = __uri_repository__

__version__ = "0.33.0"
__version__ = "0.34.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 9655e31

Please sign in to comment.