Skip to content

Commit

Permalink
chore: release 0.0.8 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Jul 2, 2024
1 parent 101db6f commit bf687a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion 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.8] - 2024-07-02

### Added

- New command line arg to `bake`: `--version`. Also switch to relative imports. ([#17])
Expand All @@ -17,7 +19,7 @@ All notable changes to this project will be documented in this file.
[#17]: https://github.com/stackabletech/image-tools/pull/17
[#27]: https://github.com/stackabletech/image-tools/pull/27

## 0.0.7
## [0.0.7] - 2024-05-02

### Fixed

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.7
# image-tools v0.0.8

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.7"
__version__ = "0.0.8"


def version() -> str:
Expand Down

0 comments on commit bf687a6

Please sign in to comment.