Skip to content

Commit

Permalink
release: bump version to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 2, 2024
1 parent 3b921ca commit 23d96a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ Unreleased
-->

## 0.33.0 - 2024-05-02

### Features and enhancements 🎉

* refacto: use mastodonpy to broadcast comments by @Guts in <https://github.com/geotribu/cli/pull/182>
* Améliore la gestion des logs by @Guts in <https://github.com/geotribu/cli/pull/76>

### Tooling 🔧

* Ignore .idea folder by @gounux in <https://github.com/geotribu/cli/pull/180>
* ci: limit parallel tests to 2 by @Guts in <https://github.com/geotribu/cli/pull/194>

## New Contributors

* @gounux made their first contribution in <https://github.com/geotribu/cli/pull/180>

## 0.32.1 - 2024-03-09

### 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.32.1"
__version__ = "0.33.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 23d96a8

Please sign in to comment.