From 9359bb46f249e67747a3c37f3c508d2221c7ca59 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 15 Nov 2023 12:37:52 +0000 Subject: [PATCH] release: 1.77.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9074ee2da9..cfc8d9b610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott -## Unreleased +## 1.77.1 - feat: Expose downloadBinary function to install binary (#1817) diff --git a/Cargo.lock b/Cargo.lock index e6c9fa4008..dbb13dbeff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "1.76.0" +version = "1.77.1" dependencies = [ "anylog", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index d6253b3f2a..561ced8035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "1.76.0" +version = "1.77.1" edition = "2018" [dependencies] diff --git a/package.json b/package.json index d44c4cf557..0c2c03c741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "1.76.0", + "version": "1.77.1", "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",