Skip to content

Commit

Permalink
release: 3.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 9, 2024
1 parent fadfb50 commit 17edddf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog and versioning
==========================

3.0.43
------

### Various fixes & improvements

- Create a new printer for each query serialization (#198) by @snigdhas
- feat(replay): add replays required timestamp col to ENTITY_TIME_COLUMNS (#197) by @aliu39
- all-repos: update actions/upload-artifact to v4 (#191) by @joshuarli
- expose extrapolate class to parent module (#196) by @enochtangg
- feat(mql): Add extrapolate flag to MQL context (#195) by @enochtangg
- fix: DeleteQuery, send query as a dict (#194) by @kylemumma
- fix: add DeleteQuery to __init__ (#193) by @kylemumma
- feat: new BaseQuery, DeleteQuery which will be used to make delete queries (#192) by @kylemumma
- revert: sdfdsf (daf5d527) by @kylemumma
- sdfdsf (bf73f803) by @kylemumma
- revert: new DeleteQuery BaseQuery (0e5a47dc) by @kylemumma
- new DeleteQuery BaseQuery (0fffebf4) by @kylemumma

2.0.35
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "Sentry Team and Contributors"

# The full version, including alpha/beta/rc tags
release = "2.0.35"
release = "3.0.43"
version = ".".join(release.split(".")[:3])


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_file_text(file_name: str) -> str:

setup(
name="snuba-sdk",
version="2.0.35",
version="3.0.43",
author="Sentry",
author_email="[email protected]",
url="https://github.com/getsentry/snuba-sdk",
Expand Down

0 comments on commit 17edddf

Please sign in to comment.