From 104d3ad24eca5399977e9ae97b64235abac9c7c0 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:55:38 -0400 Subject: [PATCH] release 0.0.13 (#43) --- CHANGELOG.md | 4 ++-- README.md | 4 +--- src/image_tools/version.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2817b..c49ec1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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 @@ -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 diff --git a/README.md b/README.md index f45cd52..c6bd6cc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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: diff --git a/src/image_tools/version.py b/src/image_tools/version.py index 3e30100..b4d664f 100644 --- a/src/image_tools/version.py +++ b/src/image_tools/version.py @@ -1,4 +1,4 @@ -__version__ = "0.0.12" +__version__ = "0.0.13" def version() -> str: