Skip to content

Commit

Permalink
release: 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 23, 2024
1 parent b5fb2fd commit 0743b36
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.14

### Various fixes & improvements

- fix(service-registry): Use the correct path to find JSON file (#41) by @nikhars

## 0.0.13

### 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.13",
version="0.0.14",
author="Sentry",
author_email="[email protected]",
packages=find_packages(where=".", exclude="tests"),
Expand Down

0 comments on commit 0743b36

Please sign in to comment.