Skip to content

Commit 2b23ecd

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.18.1'
2 parents 28ab647 + 91b0c6f commit 2b23ecd

File tree

16 files changed

+26
-15
lines changed

16 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33
<!-- Craft will auto-populate this file -->
4+
## 0.18.1
5+
6+
### Bug Fixes 🐛
7+
8+
- (init) Sync wizard feature metadata with supported flags by @MathurAditya724 in [#471](https://github.com/getsentry/cli/pull/471)
9+
- Accept nullable user fields in OAuth token response by @BYK in [#470](https://github.com/getsentry/cli/pull/470)
10+
11+
### Internal Changes 🔧
12+
13+
- Regenerate skill files by @github-actions[bot] in [77603fc3](https://github.com/getsentry/cli/commit/77603fc3fc4464a5507d3db55720bc760c524c48)
14+
415
## 0.18.0
516

617
### New Features ✨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry",
3-
"version": "0.19.0-dev.0",
3+
"version": "0.18.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/getsentry/cli.git"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "sentry-cli",
3-
"version": "0.19.0",
3+
"version": "0.18.1",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

plugins/sentry-cli/skills/sentry-cli/SKILL.md

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: 0.19.0-dev.0
3+
version: 0.18.1
44
description: Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-api
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: Make arbitrary Sentry API requests
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-auth
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: Authenticate with Sentry via OAuth or API tokens
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-dashboards
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: List, view, and create Sentry dashboards
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-events
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: View individual error events
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-issues
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: List, view, and analyze Sentry issues with AI
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-logs
3-
version: 0.19.0-dev.0
3+
version: 0.18.1
44
description: List and stream logs from Sentry projects
55
requires:
66
bins: ["sentry"]

0 commit comments

Comments
 (0)