We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964e2f commit ecf1167Copy full SHA for ecf1167
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+## [0.0.11]
8
+
9
+### Added
10
11
+- Automatically create labels and annotations recording the git revision and build time ([#34])
12
13
+[#34]: https://github.com/stackabletech/image-tools/pull/34
14
15
## [0.0.10] - 2024-07-03
16
17
### Fixed
README.md
@@ -1,4 +1,4 @@
1
-# image-tools v0.0.10
+# image-tools v0.0.11
2
3
Commandline tools to manage Stackable container images available at https://github.com/stackabletech/docker-images
src/image_tools/version.py
-__version__ = "0.0.10"
+__version__ = "0.0.11"
def version() -> str:
0 commit comments