Skip to content

Commit 537e8e3

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.54.0'
2 parents 9d49ba9 + f9cbdc7 commit 537e8e3

File tree

13 files changed

+32
-21
lines changed

13 files changed

+32
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 2.54.0
6+
7+
### Various fixes & improvements
8+
9+
- Fix: symlinks in normalized upload (#2744) by @noahsmartin
10+
- feat(vcs): Prefer upstream remote over origin for base repo name (#2737) by @runningcode
11+
- feat(build): Add auto-detection of base_repo_name from git remote (#2735) by @runningcode
12+
- feat(build): Add auto-detection of PR number from GitHub Actions (#2722) by @runningcode
13+
- feat(build): Auto-detect base_ref from git merge-base (#2720) by @runningcode
14+
- feat(logs): support log streaming (#2666) by @vgrozdanic
15+
516
## 2.53.0
617

718
### Various fixes & improvements
@@ -22,7 +33,7 @@ Please note, the `build` commands are still experimental, and are therefore subj
2233

2334
## 2.53.0-alpha
2435

25-
This release reintroduces the `build` (previously named `mobile-app`) commands.
36+
This release reintroduces the `build` (previously named `mobile-app`) commands.
2637

2738
### Various fixes & improvements
2839

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