Skip to content

Commit 2512bd4

Browse files
committed
release: 0.10.2
1 parent b393165 commit 2512bd4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.10.2
5+
6+
- fix(upgrade): work around Bun.write streaming bug for binary downloads by @BYK in [b393165d](https://github.com/getsentry/cli/commit/b393165d9f194071fe0c72b13eddb80d0a19f420)
7+
48
## 0.10.0
59

610
### 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.1",
3+
"version": "0.10.2",
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.1",
3+
"version": "0.10.2",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

0 commit comments

Comments
 (0)