File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## 8.2.0
10
+ - Adding from_index_startswith builds search filter by @lipoja in https://github.com/release-engineering/iib/pull/526
11
+ - Convert IIB_OTEL_TRACING to an env variable by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/527
12
+
9
13
## 8.1.1
10
14
- Add init file to iib/common module by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/524
11
15
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'iib' ,
6
- version = '8.1.1 ' ,
6
+ version = '8.2.0 ' ,
7
7
long_description = __doc__ ,
8
8
packages = find_packages (exclude = ['tests' , 'tests.*' ]),
9
9
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments