Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: prepare release 0.2.2b0 #153

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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