Skip to content

Commit e02c607

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.42.5-alpha'
2 parents 38f015a + c9b50ab commit e02c607

File tree

12 files changed

+43
-19
lines changed

12 files changed

+43
-19
lines changed

CHANGELOG.md

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

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

5+
## 2.42.5-alpha
6+
7+
This release adds a binary for Windows on ARM.
8+
9+
We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.
10+
11+
### Various fixes & improvements
12+
13+
- ci(npm): Release Windows ARM build to `npm` (#2436) by @szokeasaurusrex
14+
- ci: Run lint action on all target operating systems (#2360) by @szokeasaurusrex
15+
- ref: Simplify `is_homebrew_install` (#2434) by @szokeasaurusrex
16+
- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#2435) by @dependabot
17+
- ref: Simplify `set_executable_mode` (#2433) by @szokeasaurusrex
18+
- ci: Build for Windows ARM (#2429) by @szokeasaurusrex
19+
- build: Replace `username` with `whoami` (#2432) by @szokeasaurusrex
20+
- build: Remove direct `winapi` dependency (#2431) by @szokeasaurusrex
21+
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.7 (#2430) by @dependabot
22+
- ci: Auto-update GHA with Dependabot (#2428) by @szokeasaurusrex
23+
- ci: Update and securely pin all actions (#2427) by @szokeasaurusrex
24+
- ci: Remove unneeded `-D warnings` (#2425) by @szokeasaurusrex
25+
- ci: Stop using `actions-rs` (#2424) by @szokeasaurusrex
26+
- deps: Update zip to 2.4.2 (#2423) by @loewenheim
27+
- build: update `zip` dependency (#2421) by @szokeasaurusrex
28+
529
## 2.42.4
630

731
### 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.42.4"
5+
version = "2.42.5-alpha"
66
edition = "2021"
77
rust-version = "1.80"
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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.42.4",
3+
"version": "2.42.5-alpha",
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",

npm-binary-distributions/win32-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-win32-x64",
3-
"version": "2.42.4",
3+
"version": "2.42.5-alpha",
44
"description": "The windows x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli",
3-
"version": "2.42.4",
3+
"version": "2.42.5-alpha",
44
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
55
"repository": "git://github.com/getsentry/sentry-cli.git",
66
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
@@ -30,14 +30,14 @@
3030
"prettier": "2.8.8"
3131
},
3232
"optionalDependencies": {
33-
"@sentry/cli-darwin": "2.42.4",
34-
"@sentry/cli-linux-arm": "2.42.4",
35-
"@sentry/cli-linux-arm64": "2.42.4",
36-
"@sentry/cli-linux-i686": "2.42.4",
37-
"@sentry/cli-linux-x64": "2.42.4",
38-
"@sentry/cli-win32-i686": "2.42.4",
39-
"@sentry/cli-win32-x64": "2.42.4",
40-
"@sentry/cli-win32-arm64": "2.42.4"
33+
"@sentry/cli-darwin": "2.42.5-alpha",
34+
"@sentry/cli-linux-arm": "2.42.5-alpha",
35+
"@sentry/cli-linux-arm64": "2.42.5-alpha",
36+
"@sentry/cli-linux-i686": "2.42.5-alpha",
37+
"@sentry/cli-linux-x64": "2.42.5-alpha",
38+
"@sentry/cli-win32-i686": "2.42.5-alpha",
39+
"@sentry/cli-win32-x64": "2.42.5-alpha",
40+
"@sentry/cli-win32-arm64": "2.42.5-alpha"
4141
},
4242
"scripts": {
4343
"postinstall": "node ./scripts/install.js",

0 commit comments

Comments
 (0)