diff --git a/CHANGELOG.md b/CHANGELOG.md index 86115f5..cf71cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/pommee/Pocker/compare/v1.12.5...v1.13.0) (2024-08-19) + + +### Features + +* fullscreen containers and images view ([c878344](https://github.com/pommee/Pocker/commit/c878344f473563f9c20a209ef33a266595fe6889)) + ## [1.12.5](https://github.com/pommee/Pocker/compare/v1.12.4...v1.12.5) (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index 93f135b..1b5aecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pocker-tui" -version = "1.12.5" +version = "1.13.0" description = "CLI tool for docker images, containers, logs and more." authors = ["pommee"] readme = "README.md"