From ef5a1da12717a44e8a0bc5c55a652d2526faffe6 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 28 Apr 2023 07:56:32 +0000 Subject: [PATCH] release: 2.17.5 --- 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 2982d6b435..3e22509772 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 +## 2.17.5 + +### Various fixes & improvements + +- feat: Print bundle id after artifact bundle creation (#1593) by @loewenheim +- ref: Use 'embedded sourcemap' label for upload log (#1595) by @kamilogorek + ## 2.17.4 ### Various fixes & improvements diff --git a/Cargo.lock b/Cargo.lock index 8756dc3f1f..73d97d1adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2195,7 +2195,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.17.4" +version = "2.17.5" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index f544cb4a12..ea5cd90ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.17.4" +version = "2.17.5" edition = "2021" rust-version = "1.65" diff --git a/package.json b/package.json index 83e3c11b7b..21a59a43c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.17.4", + "version": "2.17.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/",