Skip to content

Commit 45e518e

Browse files
Merge branch 'release/11.2.8'
2 parents 81b77e8 + b759c96 commit 45e518e

File tree

5 files changed

+30
-21
lines changed

5 files changed

+30
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 11.2.8
2+
3+
### New Features ✨
4+
5+
- Clarify upload queueing logging and process completion logging by @calvin-codecov in [#110](https://github.com/getsentry/prevent-cli/pull/110)
6+
7+
### Bug Fixes 🐛
8+
9+
- Update deps by @thomasrockhu-codecov in [#117](https://github.com/getsentry/prevent-cli/pull/117)
10+
- Sample high-volume "Token required" Sentry errors at 1% by @thomasrockhu-codecov in [#116](https://github.com/getsentry/prevent-cli/pull/116)
11+
- Implement some sentry tagging to help identify issues by @thomasrockhu-codecov in [#115](https://github.com/getsentry/prevent-cli/pull/115)
12+
13+
### Internal Changes 🔧
14+
15+
#### Deps
16+
17+
- Bump requests from 2.32.3 to 2.32.4 in /prevent-cli by @dependabot in [#111](https://github.com/getsentry/prevent-cli/pull/111)
18+
- Bump urllib3 from 2.3.0 to 2.6.3 in /prevent-cli by @dependabot in [#112](https://github.com/getsentry/prevent-cli/pull/112)
19+
- Bump urllib3 from 2.3.0 to 2.6.3 in /codecov-cli by @dependabot in [#113](https://github.com/getsentry/prevent-cli/pull/113)
20+
- Bump virtualenv from 20.26.6 to 20.36.1 in /codecov-cli by @dependabot in [#114](https://github.com/getsentry/prevent-cli/pull/114)
21+
122
## 11.2.7
223

324
### Internal Changes 🔧

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.2.7"
3+
version = "11.2.8"
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.2.7"
3+
version = "11.2.8"
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.7",
11+
"codecov-cli==11.2.8",
1212
"click>=8.0.0,<8.3.0",
1313
"sentry-sdk==2.*",
1414
]

prevent-cli/uv.lock

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

0 commit comments

Comments
 (0)