File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ CHANGELOG
5
5
Unreleased
6
6
==========
7
7
8
+ 2.13.0
9
+ ==========
10
+ * bugfix: Fix passing multiple values in testenv.passenv in tox.ini `https://github.com/aws/aws-xray-sdk-python/pull/399 `
11
+ * improvement: Pin flask < 3.x for flask sqlalchemy tests `https://github.com/aws/aws-xray-sdk-python/pull/412 `
12
+ * improvement: Bump werkzeug from 2.2.3 to 3.0.1 in /sample-apps/flask `https://github.com/aws/aws-xray-sdk-python/pull/413 `
13
+ * improvement: Fix typo in docs `https://github.com/aws/aws-xray-sdk-python/pull/419 `
14
+ * bugfix: Fix sqlalchemy_core patch errors for unencoded special characters in db url `https://github.com/aws/aws-xray-sdk-python/pull/418 `
15
+ * bugfix: Fix EB platform version for integration test `https://github.com/aws/aws-xray-sdk-python/pull/420 `
16
+
8
17
2.12.1
9
18
==========
10
19
* bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409 `
Original file line number Diff line number Diff line change 1
- VERSION = '2.12.1 '
1
+ VERSION = '2.13.0 '
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'2.12.1 '
65
+ version = u'2.13.0 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.12.1 '
67
+ release = u'2.13.0 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments