We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc53242 commit 87c8a41Copy full SHA for 87c8a41
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.30.2
2
+
3
+### Internal Changes 🔧
4
5
+- Don't enforce stage match for non-CI work by @rgibert in [#228](https://github.com/getsentry/sentry-infra-tools/pull/228)
6
7
## 1.30.1
8
9
### Internal Changes 🔧
setup.py
@@ -46,7 +46,7 @@ def get_requirements() -> Sequence[str]:
46
47
setup(
48
name="sentry-infra-tools",
49
- version="1.30.1",
+ version="1.30.2",
50
author="Sentry",
51
author_email="oss@sentry.io",
52
packages=find_packages(where=".", exclude="tests"),
0 commit comments