Skip to content

Commit

Permalink
rel: v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Mar 7, 2024
1 parent d81bade commit 0690af5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
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

0 comments on commit 0690af5

Please sign in to comment.