Skip to content

Commit

Permalink
release: 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 11, 2024
1 parent 9f17a30 commit 5fb26f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.25

### Various fixes & improvements

- feat: Allow additional locals to md5template (#69) by @untitaker

## 0.0.24

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-infra-tools",
version="0.0.24",
version="0.0.25",
author="Sentry",
author_email="oss@sentry.io",
packages=find_packages(where=".", exclude="tests"),
Expand Down

0 comments on commit 5fb26f5

Please sign in to comment.