Skip to content

Commit 228b401

Browse files
authored
release 0.0.17 (#56)
1 parent e7bb02f commit 228b401

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# image-tools v0.0.16
1+
# image-tools v0.0.17
22

33
Command line tools to manage Stackable container images available at [docker-images](https://github.com/stackabletech/docker-images)
44

src/image_tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.16"
1+
__version__ = "0.0.17"
22

33

44
def version() -> str:

0 commit comments

Comments
 (0)