This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# honeycomb-opentelemetry-python changelog
2
2
3
+ ## [ 0.2.2b0] - 2023-08-16
4
+
5
+ ### Maintenance
6
+
7
+ - maint: update example deps with dependabot (#150 ) | @vreynolds
8
+ - maint: try using dependabot groups (#147 ) | @vreynolds
9
+ - maint: Add nightly tests job (#146 ) | @pkanal
10
+ - docs: add releasing step (#137 ) | @vreynolds
11
+ - maint(deps-dev): bump pylint from 2.17.4 to 2.17.5 (#151 ) | @dependabot
12
+ - maint(deps): bump otel to 1.19.0/0.40b0 (#149 ) | @dependabot
13
+ - maint(deps-dev): bump the testing-dependencies group with 1 update (#148 ) | @dependabot
14
+ - maint(deps-dev): bump pylint from 2.17.3 to 2.17.4 (#142 ) | @dependabot
15
+ - maint(deps-dev): bump requests-mock from 1.10.0 to 1.11.0 (#143 ) | @dependabot
16
+ - maint(deps-dev): bump coverage from 7.2.5 to 7.2.7 (#141 ) | @dependabot
17
+
3
18
## [ 0.2.1b0] - 2023-05-16
4
19
5
20
### Fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It makes getting started with OpenTelemetry and Honeycomb easier!
12
12
13
13
Latest release built with:
14
14
15
- - [ OpenTelemetry version 1.17 .0/0.38b0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.17 .0 )
15
+ - [ OpenTelemetry version 1.19 .0/0.40b0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.19 .0 )
16
16
17
17
## Requirements
18
18
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " honeycomb-opentelemetry"
3
- version = " 0.2.1b0 "
3
+ version = " 0.2.2b0 "
4
4
description = " Honeycomb OpenTelemetry Distro for Python"
5
5
authors = [
" Honeycomb <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments