From d62613cdbe3f05d9ba2fec3138465ad75ad230cc Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 18 Jan 2024 11:05:11 +0000 Subject: [PATCH] release: 1.77.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc8d9b610..b757696735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 1.77.3 + +### Various fixes & improvements + +- meta: Disable lint for release (62ae5e3b) by @szokeasaurusrex +- fix: Return promise from download binary when `SENTRYCLI_SKIP_DOWNLOAD` is set (#1869) by @lforst + ## 1.77.1 - feat: Expose downloadBinary function to install binary (#1817) diff --git a/Cargo.lock b/Cargo.lock index dbb13dbeff..15b3ede1fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "1.77.1" +version = "1.77.3" dependencies = [ "anylog", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index 561ced8035..d58ee32b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "1.77.1" +version = "1.77.3" edition = "2018" [dependencies] diff --git a/package.json b/package.json index 0c2c03c741..1cd077b35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "1.77.1", + "version": "1.77.3", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "homepage": "https://docs.sentry.io/hosted/learn/cli/", "license": "BSD-3-Clause",