diff --git a/CHANGELOG.md b/CHANGELOG.md index cda13fad57..08b930b176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 2.30.5 + +Release made for technical reasons. There are no code changes in this version. + +## 2.30.4 + +Release made for technical reasons. There are no code changes in this version. + +## 2.30.3 + +### Various fixes & improvements + + - fix: Handle .env errors (#1987) by @szokeasaurusrex + ## 2.30.2 This release re-enables Python releases. There are no code changes. diff --git a/Cargo.lock b/Cargo.lock index 3a01c5b6eb..58cee567f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.30.2" +version = "2.30.5" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index 314bde5d14..5dd261b824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.30.2" +version = "2.30.5" edition = "2021" rust-version = "1.65" diff --git a/npm-binary-distributions/darwin/package.json b/npm-binary-distributions/darwin/package.json index 217ce1ac76..3766db9dd3 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.30.2", + "version": "2.30.5", "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 eec9b3c071..8f80dc8b8a 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.30.2", + "version": "2.30.5", "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 4d559bbe05..8d7bd0c025 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.30.2", + "version": "2.30.5", "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 0866661c30..e67229eb08 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.30.2", + "version": "2.30.5", "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 7ff34f75f3..89ef0856c9 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.30.2", + "version": "2.30.5", "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 f4824f884b..ac6d1f5eb0 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.30.2", + "version": "2.30.5", "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 90b7b29475..ef3df32f1e 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.30.2", + "version": "2.30.5", "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 3fcd9b50ca..440a086002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.30.2", + "version": "2.30.5", "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.30.2", - "@sentry/cli-linux-arm": "2.30.2", - "@sentry/cli-linux-arm64": "2.30.2", - "@sentry/cli-linux-i686": "2.30.2", - "@sentry/cli-linux-x64": "2.30.2", - "@sentry/cli-win32-i686": "2.30.2", - "@sentry/cli-win32-x64": "2.30.2" + "@sentry/cli-darwin": "2.30.5", + "@sentry/cli-linux-arm": "2.30.5", + "@sentry/cli-linux-arm64": "2.30.5", + "@sentry/cli-linux-i686": "2.30.5", + "@sentry/cli-linux-x64": "2.30.5", + "@sentry/cli-win32-i686": "2.30.5", + "@sentry/cli-win32-x64": "2.30.5" }, "scripts": { "postinstall": "node ./scripts/install.js",