Skip to content

Commit

Permalink
release 0.0.9 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan authored Jul 2, 2024
1 parent ab8f659 commit b92bc2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/image_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.8"
__version__ = "0.0.9"


def version() -> str:
Expand Down

0 comments on commit b92bc2f

Please sign in to comment.