Skip to content

Commit 572ec1f

Browse files
committed
release: 2.55.0
1 parent c0beb47 commit 572ec1f

File tree

13 files changed

+38
-20
lines changed

13 files changed

+38
-20
lines changed

CHANGELOG.md

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

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

5+
## 2.55.0
6+
7+
### Various fixes & improvements
8+
9+
- revert: Revert GHA base branch detection (#2776) (#2789) by @szokeasaurusrex
10+
- feat(build): preserve repository name case for build upload (#2777) by @runningcode
11+
- feat: Add GitHub Actions base branch detection for EME-320 (#2776) by @runningcode
12+
- build(deps): bump swatinem/rust-cache from 2.8.0 to 2.8.1 (#2786) by @dependabot
13+
- fix(sourcemaps): Display injection errors (#2775) by @szokeasaurusrex
14+
- ci(rust): Run CI against toolchain update bot PRs (#2779) by @szokeasaurusrex
15+
- build(rust): Update Rust toolchain to 1.90 (#2778) by @github-actions
16+
- feat: Normalize VCS provider names to match backend (#2770) by @runningcode
17+
- feat: Improve upload error message to show cause (#2765) by @runningcode
18+
- fix: Safer asset catalog reader for liquid glass (#2771) by @noahsmartin
19+
- fix(releases): handle partial SHAs correctly in commit resolution (#2734) by @srest2021
20+
- ci: `--ignore-scripts` on post-release `npm install` (#2773) by @szokeasaurusrex
21+
- build(npm): Pin latest optional deps in `package-lock.json` (#2772) by @szokeasaurusrex
22+
523
## 2.54.0
624

725
### 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 <[email protected]>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.54.0"
5+
version = "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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.54.0",
3+
"version": "2.55.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)