Skip to content

Commit 23ca604

Browse files
committed
release: 2.50.2
1 parent eccd48c commit 23ca604

File tree

12 files changed

+35
-19
lines changed

12 files changed

+35
-19
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
44

5+
## 2.50.2
6+
7+
### Various fixes & improvements
8+
9+
- feat(mobile-app): Reintroduce mobile-app feature gating (#2643) by @szokeasaurusrex
10+
- ci: Enable `uninlined-format-args` Clippy lint (#2634) by @szokeasaurusrex
11+
- ci(test): Replace `--all` with `--workspace` (#2640) by @szokeasaurusrex
12+
- build: Delete `Makefile` (#2641) by @szokeasaurusrex
13+
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 (#2637) by @dependabot
14+
- build(deps): bump form-data from 3.0.1 to 3.0.4 (#2638) by @dependabot
15+
- feat(mobile-app): Remove unstable-mobile-app feature gating (#2601) by @rbro112
16+
- feat(mobile-app): Add extra experimental logging to the mobile-app subcommand (#2636) by @rbro112
17+
- feat(mobileapp): Update mobile app command for ipa uploads (#2619) by @noahsmartin
18+
- test: Delete unused test response (#2633) by @szokeasaurusrex
19+
- ci: Enable `unused-trait-names` lint, fix violations (#2631) by @szokeasaurusrex
20+
521
## 2.50.0
622

723
### Various fixes & improvements

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.50.0"
5+
version = "2.50.2"
66
edition = "2021"
77
rust-version = "1.86"
88

npm-binary-distributions/darwin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-darwin",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The darwin distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The linux arm distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm64",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The linux arm64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-i686",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-x64",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The linux x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-arm64",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The windows arm64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-i686",
3-
"version": "2.50.0",
3+
"version": "2.50.2",
44
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)