Skip to content

Commit 104d3ad

Browse files
authored
release 0.0.13 (#43)
1 parent b0c8f34 commit 104d3ad

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## 0.0.13 - 2024-09-06
8+
79
### Added
810

911
- `conf.py` now can contain a `args` dict, which contains arguments available to all products, they can be overridden by product specific or CLI arguments ([#41])
@@ -27,7 +29,6 @@ All notable changes to this project will be documented in this file.
2729
[#38]: https://github.com/stackabletech/image-tools/pull/38
2830
[#39]: https://github.com/stackabletech/image-tools/pull/39
2931

30-
3132
## [0.0.11]
3233

3334
### Added
@@ -46,7 +47,6 @@ All notable changes to this project will be documented in this file.
4647
[#31]: https://github.com/stackabletech/image-tools/pull/31
4748
[#32]: https://github.com/stackabletech/image-tools/pull/32
4849

49-
5050
## [0.0.9] - 2024-07-02
5151

5252
### Added

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# image-tools v0.0.12
1+
# image-tools v0.0.13
22

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

@@ -41,7 +41,6 @@ Here `ref_prefix` is used to build the unique `ref` property for each target.
4141

4242
NOTE: it's your responsibility to ensure that `bake` can read/write to the cache registry by performing a `docker login` before running `bake`.
4343

44-
4544
For more information about the cache back ends, see the [Docker documentation](https://docs.docker.com/build/cache/backends/).
4645

4746
## Usage examples
@@ -166,7 +165,6 @@ pre-commit run
166165
2. Tag the release commit after it is merged to `main`.
167166
3. Automated GH actions will publish the new version to PyPI.
168167

169-
170168
To publish manually (requires PyPI credentials):
171169

172170
Build and publish:

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.12"
1+
__version__ = "0.0.13"
22

33

44
def version() -> str:

0 commit comments

Comments
 (0)