Skip to content

Commit

Permalink
release 0.0.13 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan authored Sep 6, 2024
1 parent b0c8f34 commit 104d3ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## 0.0.13 - 2024-09-06

### Added

- `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])
Expand All @@ -27,7 +29,6 @@ All notable changes to this project will be documented in this file.
[#38]: https://github.com/stackabletech/image-tools/pull/38
[#39]: https://github.com/stackabletech/image-tools/pull/39


## [0.0.11]

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


## [0.0.9] - 2024-07-02

### Added
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# image-tools v0.0.12
# image-tools v0.0.13

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

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

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


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

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


To publish manually (requires PyPI credentials):

Build and publish:
Expand Down
2 changes: 1 addition & 1 deletion src/image_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.12"
__version__ = "0.0.13"


def version() -> str:
Expand Down

0 comments on commit 104d3ad

Please sign in to comment.