Skip to content

Commit

Permalink
rel: prepare release 0.2.1b0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed May 16, 2023
1 parent b331e0c commit 0e8a49e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# honeycomb-opentelemetry-python changelog

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

### Fixes

- Don't init HoneycombOptions on import (#134) | [@gaganpreet](https://github.com/gaganpreet)

### Maintenance

- maint(deps-dev): bump pylint from 2.17.2 to 2.17.3 (#132)
- maint(deps-dev): bump coverage from 7.2.3 to 7.2.5 (#133)
- maint(deps-dev): bump pytest from 7.3.0 to 7.3.1 (#130)

## [0.2.0b0] - 2023-04-11

### Maintenance
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.0b0"
version = "0.2.1b0"
description = "Honeycomb OpenTelemetry Distro for Python"
authors = ["Honeycomb <support@honeycomb.io>"]
readme = "README.md"
Expand Down

0 comments on commit 0e8a49e

Please sign in to comment.