File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 0.0.17] - 2025-06-25
8+
9+ - Add a separate ` --release ` argument to ` bake ` for the SDP version ([ #55 ] )
10+
11+ [ #55 ] : https://github.com/stackabletech/image-tools/pull/55
12+
13+ ## [ 0.0.16] - 2025-05-19
14+
715- Add support for bake target hierarchies ([ #51 ] )
8- - Add a separate ` --release ` argument for the SDP version ([ #55 ] )
916
1017[ #51 ] : https://github.com/stackabletech/image-tools/pull/51
11- [ #55 ] : https://github.com/stackabletech/image-tools/pull/55
1218
1319## [ 0.0.14] - 2025-02-04
1420
@@ -36,7 +42,7 @@ All notable changes to this project will be documented in this file.
3642
3743### Fixed
3844
39- - ` --build-arg ` was not case-insensitive as claimed in the docs, this has been fixed ([ #41 ] ).
45+ - ` --build-arg ` was not case-insensitive as claimed in the docs, this has been fixed ([ #41 ] ).
4046
4147[ #41 ] : https://github.com/stackabletech/image-tools/pull/41
4248
Original file line number Diff line number Diff line change 1- # image-tools v0.0.16
1+ # image-tools v0.0.17
22
33Command line tools to manage Stackable container images available at [ docker-images] ( https://github.com/stackabletech/docker-images )
44
Original file line number Diff line number Diff line change 1- __version__ = "0.0.16 "
1+ __version__ = "0.0.17 "
22
33
44def version () -> str :
You can’t perform that action at this time.
0 commit comments