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 81c9ceb commit 8a9f128Copy full SHA for 8a9f128
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.25.2
2
+
3
+### New Features ✨
4
5
+- Break YAML anchor shared references when loading service values by @shashjar in [#200](https://github.com/getsentry/sentry-infra-tools/pull/200)
6
7
## 1.25.1
8
9
### Bug Fixes 🐛
setup.py
@@ -45,7 +45,7 @@ def get_requirements() -> Sequence[str]:
45
46
setup(
47
name="sentry-infra-tools",
48
- version="1.25.1",
+ version="1.25.2",
49
author="Sentry",
50
author_email="oss@sentry.io",
51
packages=find_packages(where=".", exclude="tests"),
0 commit comments