Skip to content

Commit b01f97c

Browse files
committed
release: 2.51.0
1 parent 42124d6 commit b01f97c

File tree

12 files changed

+41
-19
lines changed

12 files changed

+41
-19
lines changed

CHANGELOG.md

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

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

5+
## 2.51.0
6+
7+
### Various fixes & improvements
8+
9+
- ci: Remove tar.gz from requireNames in .craft.yml (#2680) by @szokeasaurusrex
10+
- ref: Remove blanket `expect` from `api` (#2679) by @szokeasaurusrex
11+
- fix(js): Stop calling `releases files upload-sourcemaps` (#2676) by @szokeasaurusrex
12+
- feat(logs): Introduce logs command (#2664) by @vgrozdanic
13+
- build(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#2671) by @dependabot
14+
- build(deps): bump github/codeql-action from 3.29.4 to 3.29.5 (#2672) by @dependabot
15+
- build(python): Stop building and releasing PyPI package (#2668) by @szokeasaurusrex
16+
- fix: XCArchive upload on macOS ARM only (#2635) by @noahsmartin
17+
- meta(vscode): Make `rust-analyzer` run Clippy (#2665) by @szokeasaurusrex
18+
- build(deps): bump github/codeql-action from 3.29.3 to 3.29.4 (#2662) by @dependabot
19+
- ci: Test and lint macOS x86_64 (#2658) by @szokeasaurusrex
20+
- fix: Remove apple uploads from intel (#2645) by @noahsmartin
21+
- ci: Lint and test statically linked binaries (#2653) by @szokeasaurusrex
22+
- test: Make tests pass with custom `--target` (#2657) by @szokeasaurusrex
23+
- meta: Add Cursor rules (#2651) by @szokeasaurusrex
24+
- chore: Add `.idea` to gitignore (#2649) by @andreiborza
25+
- meta: Add `@getsentry/owners-sentry-cli` to CODEOWNERS (#2646) by @szokeasaurusrex
26+
527
## 2.50.2
628

729
This change removes the `mobile-app upload` experimental feature which was introduced in 2.50.1.

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.2"
5+
version = "2.51.0"
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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.2",
3+
"version": "2.51.0",
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)