We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279f211 commit ba5aef5Copy full SHA for ba5aef5
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 6.4.0
10
+- Add internal_index_image_copy and internal_index_image_copy_resolved to Add and Rm response
11
+- Add a warning for when gating is disabled
12
+
13
## 6.3.0
14
- Fix create-empty-index endpoint to not accept build_tags
15
- Update black to stable version 22.3.0
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='iib',
- version='6.3.0',
+ version='6.4.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
0 commit comments