Skip to content

Commit 23f7dbe

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.74.3'
2 parents e305775 + 7a51f9d commit 23f7dbe

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.74.3
6+
7+
### Various fixes & improvements
8+
9+
- deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
10+
- ref: Filter non-error goblin logs (#1169) by @kamilogorek
11+
- ref: Use provided version in release log messages (#1162) by @kamilogorek
12+
513
## 1.74.2
614

715
### Various fixes & 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 = "1.74.2"
5+
version = "1.74.3"
66
edition = "2018"
77

88
[dependencies]

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": "1.74.2",
3+
"version": "1.74.3",
44
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
55
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)