Skip to content

Commit

Permalink
release: 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 2, 2023
1 parent 7cb6ee2 commit 02ea0f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 1.76.0

### Various fixes & improvements

- ci: Use macos-latest to run build workflow (#1800) by @loewenheim
- feat: Support org auth tokens (#1790) by @loewenheim
- test: Skip code coverage generation (#1793) by @mydea
- build(v1): Add `v1` tag config to ensure we do not publish as `latest` (d0f521b5) by @mydea

## 1.75.2

- This release fixes the checksum mismatch from 1.75.1.
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.75.2"
version = "1.76.0"
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.75.2",
"version": "1.76.0",
"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 02ea0f1

Please sign in to comment.