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

Commit f20f24c

Browse files
rel: Prepare v0.5.0b0 release (#197)
## Which problem is this PR solving? Prepares the next version of the package for publishing. ## Short description of the changes - Update package version to `0.5.0b0` - Add changelog entry
1 parent 1af0f15 commit f20f24c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.0b0] - 2024-05-23
4+
5+
### Maintenance
6+
7+
- main: Use less restrictive package version for instrumentation dependency (#196) | @MikeGoldsmith
8+
- maint: Update project status and add status link in README (#194) | @MikeGoldsmith
9+
310
## [0.4.2b0] - 2024-04-10
411

512
The previous tag did not have the latest commit from main, so this is just a release to ensure the published release is using the commit from main. There are no actual functionality changes in this release.

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.4.2b0"
3+
version = "0.5.0b0"
44
description = "Honeycomb OpenTelemetry Distro for Python"
55
authors = ["Honeycomb <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)