Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: v3.6.0 #297

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 3.5.2
current_version = 3.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# beeline-python changelog

## 3.6.0 2024-03-07

### Enhancements

- feat: add Classic Ingest Key support (#295) | [@jharley](https://github.com/jharley)

### Maintenance

- maint: add labels to release.yml for auto-generated grouping (#296) | [@JamieDanielson](https://github.com/JamieDanielson)
- maint: Update poetry publish to use API token (#294) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- maint: update codeowners to pipeline-team (#293) | [@JamieDanielson](https://github.com/JamieDanielson)
- maint: update codeowners to pipeline (#292) | [@JamieDanielson](https://github.com/JamieDanielson)
- ci: move nightly to weekly (#287) | [@vreynolds](https://github.com/vreynolds)
- maint(deps-dev): bump django from 3.2.19 to 3.2.20 (#286) | [@dependabot](https://github.com/dependabot)
- maint(deps-dev): bump coverage from 7.2.5 to 7.2.7 (#284) | [@dependabot](https://github.com/dependabot)
- docs: update readme (#285) | [@vreynolds](https://github.com/vreynolds)

## 3.5.2 2023-05-25

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion beeline/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.5.2' # Update using bump2version
VERSION = '3.6.0' # Update using bump2version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "honeycomb-beeline"
version = "3.5.2" # Update using bump2version
version = "3.6.0" # Update using bump2version
description = "Honeycomb library for easy instrumentation"
authors = ["Honeycomb.io <feedback@honeycomb.io>"]
license = "Apache-2.0"
Expand Down
Loading