From 5306c983a0c55db801e728c9c18479aedf6ea7f8 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 10 Aug 2023 14:43:28 +0000 Subject: [PATCH] release: 2.20.5 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6a209c20..7926755a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 2.20.5 + +### Various fixes & improvements + +- deps: Bump sourcemap to 6.4.1 (#1715) by @kamilogorek + ## 2.20.4 ### Various fixes and improvements diff --git a/Cargo.lock b/Cargo.lock index f8ef1aa467..efe804eb2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2202,7 +2202,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.20.4" +version = "2.20.5" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index b36ac3a8ac..e610ac73a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.20.4" +version = "2.20.5" edition = "2021" rust-version = "1.65" diff --git a/package.json b/package.json index 578b6b0a7f..693c3ffb43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.20.4", + "version": "2.20.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/",