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

Commit adeabde

Browse files
rel: Prepare v0.3.0a0 release (#177)
## Which problem is this PR solving? Prepares v0.3.0a0 release. ## Short description of the changes - Update version to v0.3.0a0 (using `poetry version preminor`) - Add changelog entry ## How to verify that this has the expected result New release can be tagged and published.
1 parent b0ef430 commit adeabde

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0a0] - 2024-02-08
4+
5+
### Maintenance
6+
7+
- docs: Add Django example (#176) | @MikeGoldsmith
8+
- maint: Add project metadata for license and classifiers (#175) | @MikeGoldsmith
9+
- maint(deps-dev): bump the testing-dependencies group with 1 update (#173) | @Dependabot
10+
- maint(deps): update flask requirement from 2.2.2 to 2.2.5 in /examples/hello-world-flask (#171) | @Dependabot
11+
312
## [0.2.4b0] - 2024-01-18
413

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

0 commit comments

Comments
 (0)