Skip to content

Commit

Permalink
v0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Jul 7, 2024
1 parent 92bb1e9 commit 3644bd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit 3644bd2

Please sign in to comment.