Skip to content

Commit 255df9e

Browse files
committed
release: 0.4.0
1 parent 324aede commit 255df9e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.4.0
5+
6+
### New Features ✨
7+
8+
- (docs) Add Open Graph images for social sharing by @betegon in [#109](https://github.com/getsentry/cli/pull/109)
9+
- (install) Auto-add sentry to PATH on install by @betegon in [#108](https://github.com/getsentry/cli/pull/108)
10+
- Auto-generate SKILL.md and extract version bump script by @BYK in [#105](https://github.com/getsentry/cli/pull/105)
11+
- Updated the install button by @MathurAditya724 in [#103](https://github.com/getsentry/cli/pull/103)
12+
- Add global help command using Stricli's defaultCommand by @BYK in [#104](https://github.com/getsentry/cli/pull/104)
13+
14+
### Bug Fixes 🐛
15+
16+
- (ci) Install bun in release workflow by @betegon in [#110](https://github.com/getsentry/cli/pull/110)
17+
- (docs) Mobile styling improvements for landing page by @betegon in [#106](https://github.com/getsentry/cli/pull/106)
18+
419
## 0.3.3
520

621
### 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.4.0-dev.0",
3+
"version": "0.4.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)