Skip to content

Commit 8ae39c7

Browse files
committed
release: 2.18.0
1 parent 8f02180 commit 8ae39c7

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,5 +1,20 @@
11
# Changelog
22

3+
## 2.18.0
4+
5+
### New Features ✨
6+
7+
- (dry-run) Add worktree-based dry-run mode with real diff output by @BYK in [#692](https://github.com/getsentry/craft/pull/692)
8+
9+
### Bug Fixes 🐛
10+
11+
- (brew) Skip prereleases and add mustache templating for formula names by @BYK in [#682](https://github.com/getsentry/craft/pull/682)
12+
13+
### Build / dependencies / internal 🔧
14+
15+
- Add comprehensive Sentry integration with tracing and source maps by @BYK in [#697](https://github.com/getsentry/craft/pull/697)
16+
- Migrate from Yarn to pnpm 10.27.0 by @BYK in [#693](https://github.com/getsentry/craft/pull/693)
17+
318
## 2.17.0
419

520
### 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/craft",
3-
"version": "2.18.0-dev.0",
3+
"version": "2.18.0",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)