File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0rc1
4+
5+ ### Various fixes & improvements
6+
7+ - Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
8+ - ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
9+ - fix imports (79871a8d) by @antonpirker
10+ - Update CHANGELOG.md (df9841ed) by @sentrivana
11+ - release: 1.41.0 (fc706111) by @getsentry-bot
12+ - ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
13+ - Removed print statements because it messes with the tests (#2789) by @antonpirker
14+ - Correct `use_scope` comment (#2790) by @szokeasaurusrex
15+ - build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
16+ - build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
17+ - feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana
18+ - Pin `grpcio` versions in CI (#2776) by @arr-ee
19+ - feat(transport): Expose `socket_options` (#2786) by @sentrivana
20+
321## 2.0.0a2
422
523## New Features
Original file line number Diff line number Diff line change 2828copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
2929author = "Sentry Team and Contributors"
3030
31- release = "2.0.0a2 "
31+ release = "2.0.0rc1 "
3232version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3333
3434
Original file line number Diff line number Diff line change @@ -328,4 +328,4 @@ def _get_default_options():
328328del _get_default_options
329329
330330
331- VERSION = "2.0.0a2 "
331+ VERSION = "2.0.0rc1 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.0.0a2 " ,
24+ version = "2.0.0rc1 " ,
2525 author = "Sentry Team and Contributors" ,
2626 author_email = "hello@sentry.io" ,
2727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments