Skip to content

Commit a14934e

Browse files
committed
release: 3.0.0a5
1 parent 1ddb232 commit a14934e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.0.0a5
4+
5+
### Various fixes & improvements
6+
7+
- Add empty tags by default to transaction (#4683) by @sl0thentr0py
8+
- Force creation of a new trace in continue_trace with empty headers (#4682) by @sl0thentr0py
9+
- mypy (#3152) by @sl0thentr0py
10+
- Add `update_current_span` to SDK 3 (#4679) by @sl0thentr0py
11+
- feat(tracing): Add convenience function `update_current_span`. (#4673) by @antonpirker
12+
- Update `gen_ai.*` and `ai.*` attributes (#4665) by @antonpirker
13+
- Add `update_data` to `Span`. (#4666) by @antonpirker
14+
- Fix plugins key codecov (#4655) by @sl0thentr0py
15+
316
## 3.0.0a4
417

518
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "3.0.0a4"
36+
release = "3.0.0a5"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,4 +1381,4 @@ def _get_default_options() -> dict[str, Any]:
13811381
del _get_default_options
13821382

13831383

1384-
VERSION = "3.0.0a4"
1384+
VERSION = "3.0.0a5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="3.0.0a4",
24+
version="3.0.0a5",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)