This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = False
3
3
tag = False
4
- current_version = 3.5.2
4
+ current_version = 3.6.0
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6
6
serialize =
7
7
{major}.{minor}.{patch}-{release}{build}
Original file line number Diff line number Diff line change 1
1
# beeline-python changelog
2
2
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
+
3
20
## 3.5.2 2023-05-25
4
21
5
22
### Fixes
Original file line number Diff line number Diff line change 1
- VERSION = '3.5.2 ' # Update using bump2version
1
+ VERSION = '3.6.0 ' # Update using bump2version
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " honeycomb-beeline"
3
- version = " 3.5.2 " # Update using bump2version
3
+ version = " 3.6.0 " # Update using bump2version
4
4
description = " Honeycomb library for easy instrumentation"
5
5
authors = [
" Honeycomb.io <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments