File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ CHANGELOG
55Unreleased
66==========
77
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+
8172.12.1
918==========
1019* 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 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'2.12.1 '
65+ version = u'2.13.0 '
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.12.1 '
67+ release = u'2.13.0 '
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments