Skip to content

Commit 48c818e

Browse files
author
getsentry-bot
committed
Merge branch 'release/11.2.6'
2 parents d126de2 + 1e7dcf5 commit 48c818e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 11.2.6
2+
3+
### Bug Fixes 🐛
4+
5+
- fix: add payload size and bump test-results-parser by @thomasrockhu-codecov in [#105](https://github.com/getsentry/prevent-cli/pull/105)
6+
17
## 11.2.5
28

39
### Various fixes & improvements

prevent-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "sentry-prevent-cli"
3-
version = "11.2.5"
3+
version = "11.2.6"
44
description = "Sentry Prevent Command Line Interface"
55
readme = "README.md"
66
license-files = ["LICENSE"]
77
authors = [{ name = "Sentry", email = "oss@sentry.io" }]
88

99
requires-python = ">=3.9"
1010
dependencies = [
11-
"codecov-cli==11.2.5",
11+
"codecov-cli==11.2.6",
1212
"click>=8.0.0,<8.3.0",
1313
"sentry-sdk==2.*",
1414
]

prevent-cli/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)