Skip to content

Commit

Permalink
chore(release): 1.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.3](v1.14.2...v1.14.3) (2024-08-22)

### Bug Fixes

* prevent duplicated logs when using keybinds ([016deb6](016deb6))
* update command now installs via pipx ([b9a272d](b9a272d))
  • Loading branch information
semantic-release-bot committed Aug 22, 2024
1 parent b9a272d commit 2c85707
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.14.3](https://github.com/pommee/Pocker/compare/v1.14.2...v1.14.3) (2024-08-22)


### Bug Fixes

* prevent duplicated logs when using keybinds ([016deb6](https://github.com/pommee/Pocker/commit/016deb661cce3cfa3c287a36b5c50824162a7122))
* update command now installs via pipx ([b9a272d](https://github.com/pommee/Pocker/commit/b9a272da8e4d64ec7ae4129a5803e890acb68a2c))

## [1.14.2](https://github.com/pommee/Pocker/compare/v1.14.1...v1.14.2) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pocker-tui"
version = "1.14.2"
version = "1.14.3"
description = "CLI tool for docker images, containers, logs and more."
authors = ["pommee"]
readme = "README.md"
Expand Down

0 comments on commit 2c85707

Please sign in to comment.