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

Commit 1e7f1f7

Browse files
rel: prep release v0.4.2b0 (#191)
## Which problem is this PR solving? - The previous tag used a commit from the release prep PR instead of main. Retagging to ensure we have the commit from main as the latest published release. ## Short description of the changes - update changelog - update version
1 parent 0bd8476 commit 1e7f1f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.2b0] - 2024-04-10
4+
5+
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.
6+
37
## [0.4.1b0] - 2024-04-09
48

59
### Fixes

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

0 commit comments

Comments
 (0)