Skip to content

Commit 74fc2bc

Browse files
author
getsentry-bot
committed
Merge branch 'release/11.0.5'
2 parents aa3b071 + f0d9a30 commit 74fc2bc

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 11.0.5
2+
3+
### Various fixes & improvements
4+
5+
- Fix release trigger for codecov-cli publish (b896a153) by @spalmurray
6+
17
## 11.0.4
28

39
### Various fixes & improvements

codecov-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codecov-cli"
3-
version = "11.0.4"
3+
version = "11.0.5"
44
description = "Codecov Command Line Interface"
55
readme = "README.md"
66
license-files = ["LICENSE"]

codecov-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.

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.0.4"
3+
version = "11.0.5"
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.0.4",
11+
"codecov-cli==11.0.5",
1212
]
1313

1414
[dependency-groups]

prevent-cli/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)