Skip to content

Commit

Permalink
release: 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 7, 2024
1 parent ef9c214 commit cbf5a4d
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## 2.30.0

### Cron Monitor Changes

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
Expand Up @@ -2,7 +2,7 @@
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = "build.rs"
name = "sentry-cli"
version = "2.29.1"
version = "2.30.0"
edition = "2021"
rust-version = "1.65"

Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/darwin/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-darwin",
"version": "2.29.1",
"version": "2.30.0",
"description": "The darwin distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm",
"version": "2.29.1",
"version": "2.30.0",
"description": "The linux arm distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm64",
"version": "2.29.1",
"version": "2.30.0",
"description": "The linux arm64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-i686/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-i686",
"version": "2.29.1",
"version": "2.30.0",
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-x64",
"version": "2.29.1",
"version": "2.30.0",
"description": "The linux x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-i686/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-i686",
"version": "2.29.1",
"version": "2.30.0",
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-x64",
"version": "2.29.1",
"version": "2.30.0",
"description": "The windows x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli",
"version": "2.29.1",
"version": "2.30.0",
"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/",
Expand Down Expand Up @@ -30,13 +30,13 @@
"prettier": "2.8.8"
},
"optionalDependencies": {
"@sentry/cli-darwin": "2.29.1",
"@sentry/cli-linux-arm": "2.29.1",
"@sentry/cli-linux-arm64": "2.29.1",
"@sentry/cli-linux-i686": "2.29.1",
"@sentry/cli-linux-x64": "2.29.1",
"@sentry/cli-win32-i686": "2.29.1",
"@sentry/cli-win32-x64": "2.29.1"
"@sentry/cli-darwin": "2.30.0",
"@sentry/cli-linux-arm": "2.30.0",
"@sentry/cli-linux-arm64": "2.30.0",
"@sentry/cli-linux-i686": "2.30.0",
"@sentry/cli-linux-x64": "2.30.0",
"@sentry/cli-win32-i686": "2.30.0",
"@sentry/cli-win32-x64": "2.30.0"
},
"scripts": {
"postinstall": "node ./scripts/install.js",
Expand Down

0 comments on commit cbf5a4d

Please sign in to comment.