Skip to content

Commit befbae2

Browse files
authored
chore: bump up version and draft release note (#117)
1 parent 6ed3043 commit befbae2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Change Logs
22

3+
### 0.6.0
4+
5+
- Fixes:
6+
- Segment data loss when gRPC timing out. (#116)
7+
- `sw_tornado` plugin async handler status set correctly. (#115)
8+
- `sw_pymysql` error when connection haven't db. (#113)
9+
310
### 0.5.0
411

512
- New plugins

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="apache-skywalking",
28-
version="0.5.0",
28+
version="0.6.0",
2929
description="Python Agent for Apache SkyWalking",
3030
long_description=README,
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)