Skip to content

Commit

Permalink
rel: prepare release 0.2.2b0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Aug 16, 2023
1 parent adbce7d commit 7c70bb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# honeycomb-opentelemetry-python changelog

## [0.2.2b0] - 2023-08-16

### Maintenance

- maint: update example deps with dependabot (#150) | @vreynolds
- maint: try using dependabot groups (#147) | @vreynolds
- maint: Add nightly tests job (#146) | @pkanal
- docs: add releasing step (#137) | @vreynolds
- maint(deps-dev): bump pylint from 2.17.4 to 2.17.5 (#151) | @dependabot
- maint(deps): bump otel to 1.19.0/0.40b0 (#149) | @dependabot
- maint(deps-dev): bump the testing-dependencies group with 1 update (#148) | @dependabot
- maint(deps-dev): bump pylint from 2.17.3 to 2.17.4 (#142) | @dependabot
- maint(deps-dev): bump requests-mock from 1.10.0 to 1.11.0 (#143) | @dependabot
- maint(deps-dev): bump coverage from 7.2.5 to 7.2.7 (#141) | @dependabot

## [0.2.1b0] - 2023-05-16

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It makes getting started with OpenTelemetry and Honeycomb easier!

Latest release built with:

- [OpenTelemetry version 1.17.0/0.38b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.17.0)
- [OpenTelemetry version 1.19.0/0.40b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.19.0)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "honeycomb-opentelemetry"
version = "0.2.1b0"
version = "0.2.2b0"
description = "Honeycomb OpenTelemetry Distro for Python"
authors = ["Honeycomb <support@honeycomb.io>"]
readme = "README.md"
Expand Down

0 comments on commit 7c70bb6

Please sign in to comment.