Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 28, 2024
1 parent 7cc89e0 commit f2b8eaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- released start -->

## [Unreleased]
<!-- ## [Unreleased] -->

## [3.4.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.4.0) - 2024-11-28

### Added

Expand Down Expand Up @@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- V2-style `-C` command invocation shim. Now correctly passes arguments to the new CLI.
- Internal Typer import error after `typer==0.13.0`.

## [3.3.0](https://github.com/unioslo/zabbix-cli/releases/tag/3.3.0) - 2024-11-06

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zabbix_cli/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "3.3.0"
__version__ = "3.4.0"
APP_NAME = "zabbix-cli"
AUTHOR = "unioslo"

0 comments on commit f2b8eaf

Please sign in to comment.