Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.34.0 #207

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading