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

Commit 90509bb

Browse files
authored
Prepare v3.1.0 (#208)
1 parent 6328885 commit 90509bb

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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.0.0
4+
current_version = 3.1.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# beeline-python changelog
22

3+
## 3.1.0 2022-01-20
4+
5+
### Improvements
6+
7+
- add a count of SQL queries to root span in django (#205) | [@jmhodges](https://github.com/jmhodges)
8+
39
## 3.0.0 2022-01-13
410

511
### !!! Breaking Changes !!!

beeline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.0.0' # Update using bump2version
1+
VERSION = '3.1.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.0.0" # Update using bump2version
3+
version = "3.1.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)