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.3 #233

Merged
merged 1 commit into from
Jul 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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ Unreleased

-->

## 0.34.3 - 2024-07-07

### Bugs fixes 🐛

* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229
* fix image body dimensions declaration by @gounux in https://github.com/geotribu/cli/pull/232
* fix header image extension check by @gounux in https://github.com/geotribu/cli/pull/231

## 0.34.2 - 2024-07-03

### Bugs fixes 🐛

* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229

## 0.34.1 - 2024-07-03

### Bugs fixes 🐛
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.34.1"
__version__ = "0.34.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down