Skip to content

Commit 3795a87

Browse files
xeniapeadwk67
andauthored
release 0.0.14 (#50)
* release 0.0.14 * Update CHANGELOG.md Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> --------- Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent 8a2d81c commit 3795a87

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## Added
7+
## [0.0.14] - 2025-02-04
8+
9+
### Added
810

911
- Add `--target-containerfile` argument to override the default `Dockerfile` value ([#44]).
1012
- Add `--list-products` argument to get a machine-readable (JSON) output of all products and their versions ([#45]).
1113
- Add `--completions nushell` support ([#46])
1214

13-
## Changed
15+
### Changed
1416

1517
- Update default `--registry` value to `oci.stackable.tech` and `--organization` to `sdp`([#49]).
1618

@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
1921
[#46]: https://github.com/stackabletech/image-tools/pull/46
2022
[#49]: https://github.com/stackabletech/image-tools/pull/49
2123

22-
## 0.0.13 - 2024-09-06
24+
## [0.0.13] - 2024-09-06
2325

2426
### Added
2527

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.13
1+
# image-tools v0.0.14
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.13"
1+
__version__ = "0.0.14"
22

33

44
def version() -> str:

0 commit comments

Comments
 (0)