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

Commit 09baba4

Browse files
authored
rel: v3.6.0 (#297)
1 parent d81bade commit 09baba4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 3.5.2
4+
current_version = 3.6.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}{build}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# beeline-python changelog
22

3+
## 3.6.0 2024-03-07
4+
5+
### Enhancements
6+
7+
- feat: add Classic Ingest Key support (#295) | [@jharley](https://github.com/jharley)
8+
9+
### Maintenance
10+
11+
- maint: add labels to release.yml for auto-generated grouping (#296) | [@JamieDanielson](https://github.com/JamieDanielson)
12+
- maint: Update poetry publish to use API token (#294) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
13+
- maint: update codeowners to pipeline-team (#293) | [@JamieDanielson](https://github.com/JamieDanielson)
14+
- maint: update codeowners to pipeline (#292) | [@JamieDanielson](https://github.com/JamieDanielson)
15+
- ci: move nightly to weekly (#287) | [@vreynolds](https://github.com/vreynolds)
16+
- maint(deps-dev): bump django from 3.2.19 to 3.2.20 (#286) | [@dependabot](https://github.com/dependabot)
17+
- maint(deps-dev): bump coverage from 7.2.5 to 7.2.7 (#284) | [@dependabot](https://github.com/dependabot)
18+
- docs: update readme (#285) | [@vreynolds](https://github.com/vreynolds)
19+
320
## 3.5.2 2023-05-25
421

522
### Fixes

beeline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.5.2' # Update using bump2version
1+
VERSION = '3.6.0' # Update using bump2version

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-beeline"
3-
version = "3.5.2" # Update using bump2version
3+
version = "3.6.0" # Update using bump2version
44
description = "Honeycomb library for easy instrumentation"
55
authors = ["Honeycomb.io <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)