Skip to content

Commit 2ad5f26

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.6.0'
2 parents b49386c + b64a9f2 commit 2ad5f26

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

β€Ž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.6.0
5+
6+
### New Features ✨
7+
8+
- (commands) Use positional args for org/project selection by @BYK in [#155](https://github.com/getsentry/cli/pull/155)
9+
- (feedback) Add command to submit CLI feedback by @betegon in [#150](https://github.com/getsentry/cli/pull/150)
10+
- (telemetry) Add is_self_hosted tag by @BYK in [#153](https://github.com/getsentry/cli/pull/153)
11+
- (upgrade) Add self-update command by @betegon in [#132](https://github.com/getsentry/cli/pull/132)
12+
- Add update available notification by @BYK in [#151](https://github.com/getsentry/cli/pull/151)
13+
14+
### Bug Fixes πŸ›
15+
16+
- (telemetry) Capture command errors to Sentry by @betegon in [#145](https://github.com/getsentry/cli/pull/145)
17+
- Update docs URL in help output by @betegon in [#149](https://github.com/getsentry/cli/pull/149)
18+
19+
### Documentation πŸ“š
20+
21+
- (upgrade) Add documentation for upgrade command by @betegon in [#152](https://github.com/getsentry/cli/pull/152)
22+
- Update README and AGENTS.md by @betegon in [#148](https://github.com/getsentry/cli/pull/148)
23+
24+
### Internal Changes πŸ”§
25+
26+
- Move feedback and upgrade under `sentry cli` command by @BYK in [#154](https://github.com/getsentry/cli/pull/154)
27+
428
## 0.5.3
529

630
### Bug Fixes πŸ›

β€Ž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.6.0-dev.0",
3+
"version": "0.6.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)