Skip to content

Commit

Permalink
release: 1.77.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot authored and lforst committed Jan 18, 2024
1 parent 245b305 commit d62613c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.77.3

### Various fixes & improvements

- meta: Disable lint for release (62ae5e3b) by @szokeasaurusrex
- fix: Return promise from download binary when `SENTRYCLI_SKIP_DOWNLOAD` is set (#1869) by @lforst

## 1.77.1

- feat: Expose downloadBinary function to install binary (#1817)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Armin Ronacher <[email protected]>"]
build = "build.rs"
name = "sentry-cli"
version = "1.77.1"
version = "1.77.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli",
"version": "1.77.1",
"version": "1.77.3",
"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",
Expand Down

0 comments on commit d62613c

Please sign in to comment.