|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | <!-- 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 | + |
4 | 57 | ## 0.9.0 |
5 | 58 |
|
6 | 59 | ### New Features ✨ |
|
0 commit comments