Skip to content

Commit 8a9f128

Browse files
committed
release: 1.25.2
1 parent 81c9ceb commit 8a9f128

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.25.1
28

39
### Bug Fixes 🐛

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_requirements() -> Sequence[str]:
4545

4646
setup(
4747
name="sentry-infra-tools",
48-
version="1.25.1",
48+
version="1.25.2",
4949
author="Sentry",
5050
author_email="oss@sentry.io",
5151
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)