Skip to content

Commit 4a864cc

Browse files
committed
release: 2.56.0
1 parent 2a401bc commit 4a864cc

13 files changed

Lines changed: 46 additions & 20 deletions

File tree

CHANGELOG.md

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

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

5+
## 2.56.0
6+
7+
### Various fixes & improvements
8+
9+
- build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#2815) by @dependabot
10+
- build(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#2814) by @dependabot
11+
- fix: lower log level for missing base ref detection (EME-369) (#2813) by @runningcode
12+
- build: Replace `brotli2` with `brotli` (#2809) by @szokeasaurusrex
13+
- build(rust): Remove `adler` dependency (#2810) by @szokeasaurusrex
14+
- fix: simplify debug logging for PR number detection (EME-362) (#2812) by @runningcode
15+
- fix: serialize VCS tests to prevent race conditions (EME-368) (#2811) by @runningcode
16+
- fix: Validate `SENTRY_RELEASE` environment variable (#2807) by @szokeasaurusrex
17+
- ref(vcs): Improve `find_base_sha` debuggability (#2806) by @szokeasaurusrex
18+
- feat: auto-fetch head-ref from GitHub Actions in detached HEAD state (#2805) by @runningcode
19+
- build: Lint against `dbg_macro` (#2803) by @szokeasaurusrex
20+
- feat: automatically fetch base SHA in GitHub Actions PR workflows (#2799) by @runningcode
21+
- feat(preprod): use deflated compression when creating the zip file (#2800) by @trevor-e
22+
- feat(preprod): make sure at least one app bundle is present for upload (#2795) by @trevor-e
23+
- feat(preprod): fail upload if app is missing Info.plist (#2793) by @trevor-e
24+
- Add codeowners for apple-catalog-parsing (#2798) by @trevor-e
25+
- fix: use actual PR head SHA in GitHub Actions instead of merge commit (#2785) by @runningcode
26+
- Add CODEOWNERS for emerge-tools team (#2794) by @trevor-e
27+
- feat: restore GitHub Actions base branch detection (#2792) by @runningcode
28+
- fix: suppress warning messages in failing build upload tests (#2791) by @runningcode
29+
- build(npm): 🤖 Bump optional dependencies to 2.55.0 (55e6bc8c)
30+
531
## 2.55.0
632

733
### 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 <armin.ronacher@active-4.com>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.55.0"
5+
version = "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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.55.0",
3+
"version": "2.56.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)