Skip to content

Commit 921b7bf

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.10.0'
2 parents 964c105 + f0e1086 commit 921b7bf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.10.0
5+
6+
### New Features ✨
7+
8+
- (formatters) Add Seer fixability score to issue list and detail views by @betegon in [#234](https://github.com/getsentry/cli/pull/234)
9+
- (team) Add `team list` command by @betegon in [#238](https://github.com/getsentry/cli/pull/238)
10+
11+
### Bug Fixes 🐛
12+
13+
#### Telemetry
14+
15+
- Use SDK session integration instead of manual management by @BYK in [#232](https://github.com/getsentry/cli/pull/232)
16+
- Correct runtime context for Bun binary by @BYK in [#231](https://github.com/getsentry/cli/pull/231)
17+
18+
#### Other
19+
20+
- (setup) Use correct auth command in install welcome message by @betegon in [#241](https://github.com/getsentry/cli/pull/241)
21+
- (tests) Centralize test config dir lifecycle to prevent env var pollution by @BYK in [#242](https://github.com/getsentry/cli/pull/242)
22+
423
## 0.9.1
524

625
### 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.10.0",
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": {

0 commit comments

Comments
 (0)