Skip to content

Commit 8458529

Browse files
release: 2.21.1
Co-authored-by: getsentry-bot <bot@sentry.io>
1 parent bda979c commit 8458529

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
44

5+
## 2.21.1
6+
7+
### Various fixes & improvements
8+
9+
- fix: Strip `/api/0` prefix from endpoint URLs (#1752) by @loewenheim
10+
511
## 2.21.0
612

713
### Various fixes and improvements

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.21.0"
5+
version = "2.21.1"
66
edition = "2021"
77
rust-version = "1.65"
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli",
3-
"version": "2.21.0",
3+
"version": "2.21.1",
44
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
55
"repository": "git://github.com/getsentry/sentry-cli.git",
66
"homepage": "https://docs.sentry.io/hosted/learn/cli/",

0 commit comments

Comments
 (0)