Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 6, 2024
2 parents c368a2f + 385b77b commit 0f0cde7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog

## 2.1.0

### Various fixes & improvements

- fix(quart): Fix Quart integration (#3043) by @szokeasaurusrex
- Reduce API cross-section for huggingface in test (#3042) by @colin-sentry
- Huggingface Hub integration (#3033) by @colin-sentry
- feat(integrations): Add Anthropic Integration (#2831) by @czyber
- meta(license): Bump copyright year (#3029) by @szokeasaurusrex
- feat(ai): Langchain integration (#2911) by @colin-sentry
- fix(django): fix Django ASGI integration on Python 3.12 (#3027) by @bellini666
- feat(tests): Parallelize tox (#3025) by @sentrivana
- build(deps): bump checkouts/data-schemas from `4aa14a7` to `4381a97` (#3028) by @dependabot
- feat(perf): Add ability to put measurements directly on spans. (#2967) by @colin-sentry
- fix(tests): Fix trytond tests (#3031) by @sentrivana
- fix(tests): Update `pytest-asyncio` to fix CI (#3030) by @sentrivana
- fix(docs): Link to respective migration guides directly (#3020) by @sentrivana
- docs(scope): Add docstring to `Scope.set_tags` (#2978) by @szokeasaurusrex
- test(scope): Fix typos in assert error message (#2978) by @szokeasaurusrex
- test: Add unit test for top-level API `set_tags` (#2978) by @szokeasaurusrex
- test(scope): Add unit test for `Scope.set_tags` (#2978) by @szokeasaurusrex
- feat: Add `set_tags` to top-level API (#2978) by @szokeasaurusrex
- feat(scope): New `set_tags` function (#2978) by @szokeasaurusrex

## 2.0.1

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -28,7 +28,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.0.1"
release = "2.1.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Expand Up @@ -433,4 +433,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.0.1"
VERSION = "2.1.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="2.0.1",
version="2.1.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 0f0cde7

Please sign in to comment.