Skip to content

Commit 10f3e95

Browse files
author
getsentry-bot
committed
Merge branch 'release/11.2.5'
2 parents b2b75cf + 56a187b commit 10f3e95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 11.2.5
2+
3+
### Various fixes & improvements
4+
5+
- chore(release): bump test-results-parser to 0.6.0 (#102) by @thomasrockhu-codecov
6+
- Update README links to point to new repository (#97) by @webknjaz
7+
- Show project URLs on PyPI (#99) by @webknjaz
8+
- Remove pytest-asyncio from dev dependencies (#98) by @webknjaz
9+
- fix: Add missing f string in swiftcov func of xcode plugin (#96) by @wallisch
10+
111
## 11.2.4
212

313
### Various fixes & improvements

prevent-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Sentry", email = "oss@sentry.io" }]
88

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

0 commit comments

Comments
 (0)