Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 5f932a6

Browse files
authored
rel: prepare 0.2.3b0 (#160)
1 parent d5ae959 commit 5f932a6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# honeycomb-opentelemetry-python changelog
22

3+
## [0.2.3b0] - 2023-09-25
4+
5+
### Fixes
6+
7+
- maint: Don’t append OTLP signal paths if already present (#156) | @MikeGoldsmith
8+
- fix: set shell to `bash` in `Makefile` to enable `unset` (#154) | @to-json
9+
10+
### Maintenance
11+
12+
- maint(deps-dev): bump pylint from 2.17.5 to 2.17.6 (#159) | @dependabot
13+
- maint(deps): bump the otel versions to 1.20.0/0.41b0 (#158) | @dependabot
14+
- maint(deps-dev): bump the testing-dependencies group with 1 update (#157) | @dependabot
15+
316
## [0.2.2b0] - 2023-08-16
417

518
### Maintenance

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "honeycomb-opentelemetry"
3-
version = "0.2.2b0"
3+
version = "0.2.3b0"
44
description = "Honeycomb OpenTelemetry Distro for Python"
55
authors = ["Honeycomb <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)