Skip to content

Commit ad0d45a

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.18.0'
2 parents 0d691a6 + 8010aa7 commit ad0d45a

File tree

15 files changed

+38
-14
lines changed

15 files changed

+38
-14
lines changed

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.18.0
5+
6+
### New Features ✨
7+
8+
- (span) Make span list dual-mode and add --period flag by @BYK in [#461](https://github.com/getsentry/cli/pull/461)
9+
- Refactor SKILL.md into modular reference files by @BYK in [#458](https://github.com/getsentry/cli/pull/458)
10+
11+
### Bug Fixes 🐛
12+
13+
- (constants) Normalize bare hostnames in SENTRY_HOST/SENTRY_URL by @BYK in [#467](https://github.com/getsentry/cli/pull/467)
14+
- (dsn) Treat EISDIR and ENOTDIR as ignorable file errors by @BYK in [#464](https://github.com/getsentry/cli/pull/464)
15+
- (test) Use os.tmpdir() for test temp directories by @BYK in [#457](https://github.com/getsentry/cli/pull/457)
16+
- Make piped output human-readable instead of raw CommonMark by @BYK in [#462](https://github.com/getsentry/cli/pull/462)
17+
- Clean up upgrade output and hide empty table headers by @BYK in [#459](https://github.com/getsentry/cli/pull/459)
18+
- Improve error messages — fix ContextError/ResolutionError misuse by @BYK in [#456](https://github.com/getsentry/cli/pull/456)
19+
20+
### Documentation 📚
21+
22+
- Add key principles and API schema workflow to agent guidance by @BYK in [#466](https://github.com/getsentry/cli/pull/466)
23+
24+
### Internal Changes 🔧
25+
26+
- (list) Align all list commands to issue list standards by @BYK in [#453](https://github.com/getsentry/cli/pull/453)
27+
428
## 0.17.0
529

630
### 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.18.0-dev.0",
3+
"version": "0.18.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/getsentry/cli.git"

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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
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.18.0-dev.0
3+
version: 0.18.0
44
description: List and stream logs from Sentry projects
55
requires:
66
bins: ["sentry"]

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

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

0 commit comments

Comments
 (0)