Skip to content

Commit cbbace1

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.29.0'
2 parents 708f457 + 876c624 commit cbbace1

File tree

11 files changed

+33
-17
lines changed

11 files changed

+33
-17
lines changed

CHANGELOG.md

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

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

5+
## 2.29.0
6+
7+
### Various fixes & improvements
8+
9+
- fix(sourcemaps): Remove distinction between `Source` and `MinifiedSource` for `sourcemaps inject` (#1958) by @szokeasaurusrex
10+
- Add clarifying comment to RN sourcemaps upload test (#1965) by @szokeasaurusrex
11+
- fix: Merge "Scripts" and "Minified Scripts" under sourcemaps upload report (#1962) by @szokeasaurusrex
12+
- fix(sourcemaps): Add `.cjs` and `.mjs` to default `sourcemaps upload` extensions (#1961) by @szokeasaurusrex
13+
- fix(xcode): Only parse Plist when required during RN source maps upload (#1940) by @krystofwoldrich
14+
- feat: Validate that auth token provided when needed (#1951) by @szokeasaurusrex
15+
- ref: Privatize most low-level api functions (#1953) by @szokeasaurusrex
16+
- docs: Remove outdated comment (#1952) by @szokeasaurusrex
17+
- fix(files): Fail when deleting all files fails with 404 error (#1949) by @szokeasaurusrex
18+
- ref: Delete dead code (#1945) by @szokeasaurusrex
19+
- fix: support windows on arm via x64 binary (#1943) by @MarshallOfSound
20+
521
## 2.28.6
622

723
### 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.28.6"
5+
version = "2.29.0"
66
edition = "2021"
77
rust-version = "1.65"
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.28.6",
3+
"version": "2.29.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.28.6",
3+
"version": "2.29.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.28.6",
3+
"version": "2.29.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.28.6",
3+
"version": "2.29.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.28.6",
3+
"version": "2.29.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-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.28.6",
3+
"version": "2.29.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",

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

0 commit comments

Comments
 (0)