| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 308c9ad commit b2d322a
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | - ## Unreleased | ||
| 3 | + ## 3.6.1 | ||
| 4 | 4 | ||
| 5 | 5 | ### Fixes | |
| 6 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | build = "build.rs" | |
| 3 | 3 | name = "sentry-cli" | |
| 4 | - version = "3.6.0" | ||
| 4 | + version = "3.6.1" | ||
| 5 | 5 | edition = "2021" | |
| 6 | 6 | rust-version = "1.91" | |
| 7 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-darwin", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The darwin distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-linux-arm", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The linux arm distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-linux-arm64", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The linux arm64 distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-linux-i686", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The linux x86 and ia32 distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-linux-x64", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The linux x64 distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-win32-arm64", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The windows arm64 distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sentry/cli-win32-i686", | |
| 3 | - "version": "3.6.0", | ||
| 3 | + "version": "3.6.1", | ||
| 4 | 4 | "description": "The windows x86 and ia32 distribution of the Sentry CLI binary.", | |
| 5 | 5 | "repository": "https://github.com/getsentry/sentry-cli", | |
| 6 | 6 | "license": "FSL-1.1-MIT", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments