Skip to content

Commit bf96efa

Browse files
author
cloud-profiler-team
committed
4.0.0
PiperOrigin-RevId: 456889008
1 parent 8d2ad1e commit bf96efa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.0
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* fix(deps)!: make agent compatible with protobuf v21.1
6+
([8d2ad1e](https://github.com/GoogleCloudPlatform/cloud-profiler-python/8d2ad1ee0cfe5b15d346040442c28433c1786e28))
7+
18
## 3.1.0
29

310
### Features

googlecloudprofiler/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"""Version of Python Cloud Profiler module."""
1717

1818
# setup.py reads the version information from here to set package version
19-
__version__ = '3.1.0'
19+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)