Skip to content

Commit 71e5479

Browse files
committed
release: 2.54.0-test
1 parent 435d702 commit 71e5479

File tree

13 files changed

+51
-68
lines changed

13 files changed

+51
-68
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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-test
6+
7+
### Various fixes & improvements
8+
9+
- ci(release): `npm install` in `bump-version.sh` (#2768) by @szokeasaurusrex
10+
- Fix: symlinks in normalized upload (#2744) by @noahsmartin
11+
- build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 (#2760) by @dependabot
12+
- build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#2761) by @dependabot
13+
- ci(rust): Auto-update rust-toolchain.toml (#2746) by @szokeasaurusrex
14+
- ci(node): Test newer node versions (#2756) by @szokeasaurusrex
15+
- build(node): Use `npm` in Volta (#2755) by @szokeasaurusrex
16+
- ci(node): Resolve `browserslist` to `4.25.4` (#2754) by @szokeasaurusrex
17+
- build: Pin Rust toolchain minor version (#2724) by @szokeasaurusrex
18+
- ci(build): Cache dependencies on release build (#2745) by @szokeasaurusrex
19+
- feat(vcs): Prefer upstream remote over origin for base repo name (#2737) by @runningcode
20+
- ref(send-event): Introduce constant for max breadcrumbs (#2716) by @szokeasaurusrex
21+
- docs: Add cargo fmt reminder to CLAUDE.md (#2738) by @runningcode
22+
- feat(build): Add auto-detection of base_repo_name from git remote (#2735) by @runningcode
23+
- ref(clippy): Enable `tests-outside-test-module` lint (#2736) by @szokeasaurusrex
24+
- build(macos): Allow compiling without Xcode (#2733) by @szokeasaurusrex
25+
- feat(build): Add auto-detection of PR number from GitHub Actions (#2722) by @runningcode
26+
- feat(build): Auto-detect base_ref from git merge-base (#2720) by @runningcode
27+
- ci(release): Use `container` in workflow instead of `build-in-docker.sh` (#2727) by @szokeasaurusrex
28+
- build(deps): bump github/codeql-action from 3.29.11 to 3.30.1 (#2730) by @dependabot
29+
- build(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#2731) by @dependabot
30+
- meta(claude): Add `CLAUDE.md` (#2728) by @szokeasaurusrex
31+
- build(deps): bump github/codeql-action from 3.29.8 to 3.29.11 (#2718) by @dependabot
32+
- feat(logs): support log streaming (#2666) by @vgrozdanic
33+
34+
_Plus 1 more_
35+
536
## 2.53.0
637

738
### 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.53.0"
5+
version = "2.54.0-test"
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-test",
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-test",
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-test",
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-test",
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-test",
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-test",
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-test",
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)