File tree Expand file tree Collapse file tree
plugins/sentry-cli/.claude-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33<!-- Craft will auto-populate this file -->
4+ ## 0.28.1
5+
6+ ### Bug Fixes 🐛
7+
8+ #### Init
9+
10+ - Use isatty(0) for TTY detection and add diagnostic probe by @BYK in [ #767 ] ( https://github.com/getsentry/cli/pull/767 )
11+ - Reuse detected existing project data by @betegon in [ #766 ] ( https://github.com/getsentry/cli/pull/766 )
12+ - Ensure project reuse and spinner states by @MathurAditya724 in [ #763 ] ( https://github.com/getsentry/cli/pull/763 )
13+
14+ #### Other
15+
16+ - (arg-parsing) Accept underscores in Sentry slugs (#770 ) by @BYK in [ #771 ] ( https://github.com/getsentry/cli/pull/771 )
17+ - (ci) Scope build-binary and build-docs to production environment by @BYK in [ #773 ] ( https://github.com/getsentry/cli/pull/773 )
18+ - (dsn) Limit concurrent stat() calls in project root detection (CLI-19A) by @BYK in [ #768 ] ( https://github.com/getsentry/cli/pull/768 )
19+ - (project-create) Preserve ApiError type so 4xx errors are silenced by @BYK in [ #775 ] ( https://github.com/getsentry/cli/pull/775 )
20+ - (resolve-target) Reference original input in fuzzy-recovery warnings (#772 ) by @BYK in [ #774 ] ( https://github.com/getsentry/cli/pull/774 )
21+ - (telemetry) Reduce Sentry issue fragmentation with stable fingerprinting by @BYK in [ #769 ] ( https://github.com/getsentry/cli/pull/769 )
22+
23+ ### Internal Changes 🔧
24+
25+ - Regenerate docs by @github-actions [ bot] in [ e02799c1] ( https://github.com/getsentry/cli/commit/e02799c1cb4a4c35ec981e1973a9b0dee78f2ae7 )
26+
427## 0.28.0
528
629### New Features ✨
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry" ,
3- "version" : " 0.29.0-dev.0 " ,
3+ "version" : " 0.28.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/getsentry/cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-cli" ,
3- "version" : " 0.29.0 " ,
3+ "version" : " 0.28.1 " ,
44 "description" : " Skills for using the Sentry CLI to interact with Sentry from the command line"
55}
You can’t perform that action at this time.
0 commit comments