From b92bc2f024daeaf601571bcb03f5bc1cb8fbe0aa Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:49:50 -0400 Subject: [PATCH] release 0.0.9 (#30) --- CHANGELOG.md | 2 ++ README.md | 2 +- src/image_tools/version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea49d1..17d6651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.0.9] - 2024-07-02 + ### Added - New command line arg to `bake`: `--cache`. Requires cache backend configuration in conf.py ([#29]) diff --git a/README.md b/README.md index 14fa268..8eb9931 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# image-tools v0.0.8 +# image-tools v0.0.9 Commandline tools to manage Stackable container images available at https://github.com/stackabletech/docker-images diff --git a/src/image_tools/version.py b/src/image_tools/version.py index d84f3a7..caa01d1 100644 --- a/src/image_tools/version.py +++ b/src/image_tools/version.py @@ -1,4 +1,4 @@ -__version__ = "0.0.8" +__version__ = "0.0.9" def version() -> str: