Skip to content

Commit 7529117

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.9.1'
2 parents 41bd46a + 9233f75 commit 7529117

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.9.1
5+
6+
### New Features ✨
7+
8+
#### Cli
9+
10+
- Add setup command for shell integration by @BYK in [#213](https://github.com/getsentry/cli/pull/213)
11+
- Add plural command aliases for list commands by @betegon in [#209](https://github.com/getsentry/cli/pull/209)
12+
13+
#### Other
14+
15+
- (formatters) Display span duration in span tree by @betegon in [#219](https://github.com/getsentry/cli/pull/219)
16+
- (log) Add view command to display log entry details by @betegon in [#212](https://github.com/getsentry/cli/pull/212)
17+
- (repo) Add repo list command by @betegon in [#222](https://github.com/getsentry/cli/pull/222)
18+
- (setup) Auto-install Claude Code agent skill during setup by @BYK in [#216](https://github.com/getsentry/cli/pull/216)
19+
- (trace) Add trace list and view commands by @betegon in [#218](https://github.com/getsentry/cli/pull/218)
20+
21+
### Bug Fixes 🐛
22+
23+
#### Upgrade
24+
25+
- Handle EPERM in isProcessRunning for cross-user locks by @BYK in [#211](https://github.com/getsentry/cli/pull/211)
26+
- Replace curl pipe with direct binary download by @BYK in [#208](https://github.com/getsentry/cli/pull/208)
27+
28+
#### Other
29+
30+
- (craft) Use regex pattern for binary artifact matching by @BYK in [#230](https://github.com/getsentry/cli/pull/230)
31+
- (deps) Move runtime dependencies to devDependencies by @BYK in [#225](https://github.com/getsentry/cli/pull/225)
32+
33+
### Documentation 📚
34+
35+
- (log) Add documentation for sentry log view command by @betegon in [#214](https://github.com/getsentry/cli/pull/214)
36+
- Add documentation for log command by @betegon in [#210](https://github.com/getsentry/cli/pull/210)
37+
38+
### Internal Changes 🔧
39+
40+
#### Ci
41+
42+
- Auto-commit SKILL.md when stale by @betegon in [#224](https://github.com/getsentry/cli/pull/224)
43+
- Remove merge-artifacts job with Craft 2.21.1 by @BYK in [#215](https://github.com/getsentry/cli/pull/215)
44+
45+
#### Other
46+
47+
- (project) Replace --org flag with org/project positional by @betegon in [#223](https://github.com/getsentry/cli/pull/223)
48+
- (setup) Unify binary placement via setup --install by @BYK in [#217](https://github.com/getsentry/cli/pull/217)
49+
- Rename CI workflow to Build and fix artifact filter by @BYK in [#229](https://github.com/getsentry/cli/pull/229)
50+
- Handle fork PRs in SKILL.md auto-commit by @BYK in [#227](https://github.com/getsentry/cli/pull/227)
51+
- Enable minify for standalone binaries by @BYK in [#220](https://github.com/getsentry/cli/pull/220)
52+
53+
### Other
54+
55+
- release: 0.9.0 by @BYK in [1452e02c](https://github.com/getsentry/cli/commit/1452e02ca3e359388a4e84578e8dad81f63f3f2d)
56+
457
## 0.9.0
558

659
### 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.10.0-dev.0",
3+
"version": "0.9.1",
44
"description": "Sentry CLI - A command-line interface for using Sentry built by robots and humans for robots and humans",
55
"type": "module",
66
"bin": {
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.10.0",
3+
"version": "0.9.1",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

0 commit comments

Comments
 (0)