Skip to content

Commit ecf1167

Browse files
authored
Release 0.0.11 (#35)
1 parent d964e2f commit ecf1167

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
715
## [0.0.10] - 2024-07-03
816

917
### Fixed

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.10
1+
# image-tools v0.0.11
22

33
Commandline tools to manage Stackable container images available at 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.10"
1+
__version__ = "0.0.11"
22

33

44
def version() -> str:

0 commit comments

Comments
 (0)