Skip to content

Commit

Permalink
Release v9.1.0
Browse files Browse the repository at this point in the history
Changes:

- Converting timestamp object to string
- Force empty entrypoint to podman craete
- Allow "binary_image" to receive "scratch"
- Bump IIB's dependencies
  • Loading branch information
JAVGan committed Jan 22, 2025
1 parent 714d39b commit 1f1d008
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 9.1.0

* Converting timestamp object to string
* Force empty entrypoint to podman craete
* Allow "binary_image" to receive "scratch"
* Bump IIB's dependencies

## 9.0.1

* Bump IIB's dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='iib',
version='9.0.1',
version='9.1.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 1f1d008

Please sign in to comment.