Skip to content

Commit aa3b071

Browse files
author
getsentry-bot
committed
Merge branch 'release/11.0.4'
2 parents d94c48f + b896a15 commit aa3b071

6 files changed

Lines changed: 38 additions & 8 deletions

File tree

.github/workflows/release-codecov-cli.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Build and publish codecov-cli
44

55
on:
66
release:
7-
types:
8-
- created
7+
types: [published]
98

109
permissions:
1110
contents: read

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 11.0.4
2+
3+
### Various fixes & improvements
4+
5+
- fix: Add dependencies to package step (#81) by @spalmurray
6+
- fix: Bundle assets into one artifact named sha for craft publish (#80) by @spalmurray
7+
- fix: Craft try removing requireNames (#79) by @spalmurray
8+
- fix: macos build (#78) by @spalmurray
9+
- feat: Build out Craft release flow (#50) by @spalmurray
10+
- feat: create new upload command (#77) by @joseph-sentry
11+
- Remove workflows.old (#49) by @spalmurray
12+
- docs: Update readme to be slightly more informative (#76) by @spalmurray
13+
- Add craft yaml (#51) by @spalmurray
14+
- fix: configurable rebranding (#7) by @joseph-sentry
15+
- fix: handle merge_group github events (#6) by @joseph-sentry
16+
- ci(release): Fix command to get previous release version (#48) by @ElioDiNino
17+
- Release 11.0.3 (#46) by @sentry-release-bot
18+
- fix: build with python 3.9 (#45) by @spalmurray
19+
- Release 11.0.2 (#44) by @sentry-release-bot
20+
- fix: release asset filename wrong (#43) by @spalmurray
21+
- Release 11.0.2 (#42) by @sentry-release-bot
22+
- fix: linux x86_64 build requiring glibc >= 2.35 (#41) by @spalmurray
23+
- Release 11.0.1 (#40) by @sentry-release-bot
24+
- fix: try testing version name (#37) by @thomasrockhu-codecov
25+
- fix: set version name as env var (#35) by @thomasrockhu-codecov
26+
- fix: Downgrade pyinstaller build to python 3.11 (#34) by @spalmurray
27+
- Release 11.0.0 (#33) by @sentry-release-bot
28+
- fix: pypi publish wrong path (#32) by @spalmurray
29+
30+
_Plus 34 more_
31+
132
## 11.0.3
233

334
### What's Changed

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.3"
3+
version = "11.0.4"
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 = "0.1.4"
3+
version = "11.0.4"
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.3",
11+
"codecov-cli==11.0.4",
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)