We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b75cf commit 56a187bCopy full SHA for 56a187b
2 files changed
CHANGELOG.md
@@ -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
11
## 11.2.4
12
13
### Various fixes & improvements
prevent-cli/pyproject.toml
@@ -8,7 +8,7 @@ authors = [{ name = "Sentry", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
- "codecov-cli==11.2.4",
+ "codecov-cli==11.2.5",
"click>=8.0.0,<8.3.0",
"sentry-sdk==2.*",
14
]
0 commit comments