File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## 8.7.0
10+ * Adding support for new ocp_version_ranges by @lipoja in https://github.com/release-engineering/iib/pull/653
11+ * Fix comma bundle version validation by @xDaile in https://github.com/release-engineering/iib/pull/654
12+ * Update python Docker tag to v3.12.2 by @renovate in https://github.com/release-engineering/iib/pull/620
13+ * Use multiple OPM versions in IIB by @chandwanitulsi in https://github.com/release-engineering/iib/pull/637
14+ * Update actions/setup-python action to v5 by @renovate in https://github.com/release-engineering/iib/pull/648
15+ * Update dependency importlib-resources to v6.4.0 by @renovate in https://github.com/release-engineering/iib/pull/645
16+ * Update dependency botocore to v1.34.79 by @renovate in https://github.com/release-engineering/iib/pull/658
17+
918
1019## 8.6.0
1120* Fixing logging in tracing.py by @lipoja in https://github.com/release-engineering/iib/pull/628
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'iib' ,
6- version = '8.6 .0' ,
6+ version = '8.7 .0' ,
77 long_description = __doc__ ,
88 packages = find_packages (exclude = ['tests' , 'tests.*' ]),
99 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments