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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## 8.0.0
10+ - Add logs for time tracking by @xDaile in https://github.com/release-engineering/iib/pull/507
11+ - Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in https://github.com/release-engineering/iib/pull/483
12+ - Add token overwrite in build.py by @xDaile in https://github.com/release-engineering/iib/pull/510
13+ - Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in https://github.com/release-engineering/iib/pull/511
14+ - Adding image filtering for fbc_operations requests by @lipoja in https://github.com/release-engineering/iib/pull/514
15+ - Changing loading of user queue to accept new structure by @lipoja in https://github.com/release-engineering/iib/pull/509
16+ - Adding filtering builds based on ` from_index ` by @lipoja in https://github.com/release-engineering/iib/pull/513
17+ - Upgrade flask to 2.2.5 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/516
18+
919## 7.1.1
1020- Fix RM API endpoint - remove operator from FBC
1121- Move cleanup function to the end of the request
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'iib' ,
6- version = '7.1.1 ' ,
6+ version = '8.0.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