diff --git a/CHANGELOG.md b/CHANGELOG.md index bde4b71b0b..6eee1d9bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 2.25.2 + +- No documented changes. + ## 2.25.1 - fix: Upload Xcode debug files and source maps background upload (#1896) by @krystofwoldrich diff --git a/Cargo.lock b/Cargo.lock index 0d8bdc2770..c20f238a78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.25.1" +version = "2.25.2" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index a708da661b..94437ebc60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.25.1" +version = "2.25.2" edition = "2021" rust-version = "1.65" diff --git a/npm-binary-distributions/darwin/package.json b/npm-binary-distributions/darwin/package.json index 2cb8a9fdcc..ce1488930e 100644 --- a/npm-binary-distributions/darwin/package.json +++ b/npm-binary-distributions/darwin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-darwin", - "version": "2.25.1", + "version": "2.25.2", "description": "The darwin distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-arm/package.json b/npm-binary-distributions/linux-arm/package.json index 523db16ca5..3705d85687 100644 --- a/npm-binary-distributions/linux-arm/package.json +++ b/npm-binary-distributions/linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-arm", - "version": "2.25.1", + "version": "2.25.2", "description": "The linux arm distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-arm64/package.json b/npm-binary-distributions/linux-arm64/package.json index c763ee9986..2b3d17f9d1 100644 --- a/npm-binary-distributions/linux-arm64/package.json +++ b/npm-binary-distributions/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-arm64", - "version": "2.25.1", + "version": "2.25.2", "description": "The linux arm64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-i686/package.json b/npm-binary-distributions/linux-i686/package.json index 442c302413..c456fb03bf 100644 --- a/npm-binary-distributions/linux-i686/package.json +++ b/npm-binary-distributions/linux-i686/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-i686", - "version": "2.25.1", + "version": "2.25.2", "description": "The linux x86 and ia32 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-x64/package.json b/npm-binary-distributions/linux-x64/package.json index 3254adbd02..a7db17bf83 100644 --- a/npm-binary-distributions/linux-x64/package.json +++ b/npm-binary-distributions/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-x64", - "version": "2.25.1", + "version": "2.25.2", "description": "The linux x64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/win32-i686/package.json b/npm-binary-distributions/win32-i686/package.json index 54aa72fd57..0e447c1364 100644 --- a/npm-binary-distributions/win32-i686/package.json +++ b/npm-binary-distributions/win32-i686/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-win32-i686", - "version": "2.25.1", + "version": "2.25.2", "description": "The windows x86 and ia32 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/win32-x64/package.json b/npm-binary-distributions/win32-x64/package.json index e80b37102a..37d8ffd629 100644 --- a/npm-binary-distributions/win32-x64/package.json +++ b/npm-binary-distributions/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-win32-x64", - "version": "2.25.1", + "version": "2.25.2", "description": "The windows x64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/package.json b/package.json index d7cd866759..b5206d1a6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.25.1", + "version": "2.25.2", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "repository": "git://github.com/getsentry/sentry-cli.git", "homepage": "https://docs.sentry.io/hosted/learn/cli/", @@ -30,13 +30,13 @@ "prettier": "2.8.8" }, "optionalDependencies": { - "@sentry/cli-darwin": "2.25.1", - "@sentry/cli-linux-arm": "2.25.1", - "@sentry/cli-linux-arm64": "2.25.1", - "@sentry/cli-linux-i686": "2.25.1", - "@sentry/cli-linux-x64": "2.25.1", - "@sentry/cli-win32-i686": "2.25.1", - "@sentry/cli-win32-x64": "2.25.1" + "@sentry/cli-darwin": "2.25.2", + "@sentry/cli-linux-arm": "2.25.2", + "@sentry/cli-linux-arm64": "2.25.2", + "@sentry/cli-linux-i686": "2.25.2", + "@sentry/cli-linux-x64": "2.25.2", + "@sentry/cli-win32-i686": "2.25.2", + "@sentry/cli-win32-x64": "2.25.2" }, "scripts": { "postinstall": "node ./scripts/install.js",