From 46e7673f4a0998456dece10c0a6935b4921c103d Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 2 May 2024 14:14:12 +0000 Subject: [PATCH 1/2] release: 2.31.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm-binary-distributions/darwin/package.json | 2 +- npm-binary-distributions/linux-arm/package.json | 2 +- .../linux-arm64/package.json | 2 +- npm-binary-distributions/linux-i686/package.json | 2 +- npm-binary-distributions/linux-x64/package.json | 2 +- npm-binary-distributions/win32-i686/package.json | 2 +- npm-binary-distributions/win32-x64/package.json | 2 +- package.json | 16 ++++++++-------- 11 files changed, 27 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c733872b4..2ba653e62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 2.31.2 + +### Various fixes & improvements + +- fix(xcode): Add back accidentally deleted check (#2058) by @szokeasaurusrex +- fix(releases): Revert pagination refactor (#2056) by @szokeasaurusrex +- ref: Fix `assigning_clones` clippy lint (#2057) by @szokeasaurusrex +- ref: Fix `unnecessary_get_then_check` clippy lint (#2057) by @szokeasaurusrex +- ref: Fix clippy `multiple_bound_locations` lint (#2057) by @szokeasaurusrex + ## 2.31.1 ### Various fixes & improvements diff --git a/Cargo.lock b/Cargo.lock index e199810305..c7b26a6574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.31.1" +version = "2.31.2" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index 622865e0ad..b3bd90408b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.31.1" +version = "2.31.2" edition = "2021" rust-version = "1.65" diff --git a/npm-binary-distributions/darwin/package.json b/npm-binary-distributions/darwin/package.json index 6196371f98..34125e95b6 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.31.1", + "version": "2.31.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 fecc4a1325..e81d66d5a8 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.31.1", + "version": "2.31.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 ad23ae8b12..fb199b4e22 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.31.1", + "version": "2.31.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 153e7701f2..858f7bfdac 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.31.1", + "version": "2.31.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 a0eef16afe..f6713d2425 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.31.1", + "version": "2.31.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 6fb74b5919..7eda36bb2b 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.31.1", + "version": "2.31.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 880ed38139..278923df04 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.31.1", + "version": "2.31.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 76e8992acb..62a20c0ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.31.1", + "version": "2.31.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.31.1", - "@sentry/cli-linux-arm": "2.31.1", - "@sentry/cli-linux-arm64": "2.31.1", - "@sentry/cli-linux-i686": "2.31.1", - "@sentry/cli-linux-x64": "2.31.1", - "@sentry/cli-win32-i686": "2.31.1", - "@sentry/cli-win32-x64": "2.31.1" + "@sentry/cli-darwin": "2.31.2", + "@sentry/cli-linux-arm": "2.31.2", + "@sentry/cli-linux-arm64": "2.31.2", + "@sentry/cli-linux-i686": "2.31.2", + "@sentry/cli-linux-x64": "2.31.2", + "@sentry/cli-win32-i686": "2.31.2", + "@sentry/cli-win32-x64": "2.31.2" }, "scripts": { "postinstall": "node ./scripts/install.js", From 2215944e95aa509a3160466e143d875bd6f32040 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Thu, 2 May 2024 16:16:38 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba653e62b..7ada598ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,7 @@ ### Various fixes & improvements -- fix(xcode): Add back accidentally deleted check (#2058) by @szokeasaurusrex -- fix(releases): Revert pagination refactor (#2056) by @szokeasaurusrex -- ref: Fix `assigning_clones` clippy lint (#2057) by @szokeasaurusrex -- ref: Fix `unnecessary_get_then_check` clippy lint (#2057) by @szokeasaurusrex -- ref: Fix clippy `multiple_bound_locations` lint (#2057) by @szokeasaurusrex +- Fix regressions related to `releases set-commits` command, which were introduced in 2.31.1. ## 2.31.1