v3.2.0
What's Changed
🚀 Enhancements
- feat(bolt-install): added --experiment=bolt-install by @mwbrooks in #88
- feat: display manifest source in human-friendly format by @mwbrooks in #90
- feat: add 'app settings' command to open app settings webpage for a selected app by @zimeg in #92
- feat(bolt-install): set manifest source to remote for non-rosi projects by @mwbrooks in #96
🐛 Bug Fixes
- fix: parse the latest deno release in installation script outputs as a tagged version by @haidargit in #91
- fix: include the top level app command with sub commands in help page examples by @zimeg in #93
📚 Documentation
- docs: add docs for deprecating a feature by @mwbrooks in #74
- docs: release 05-08-25 and backlog updates by @slackapi in #84
🤖 Build
- build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #78
- build(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6 by @dependabot in #79
- build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in #80
- build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 by @dependabot in #82
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #85
- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #98
🧪 Testing/Code Health
- refactor: enable linter rule ST1006 for 'poorly chosen receiver names' by @mwbrooks in #75
- refactor: enable linter rule ST1008 for 'error should be last return value' by @mwbrooks in #76
- refactor: enable linter rule ST1005 for error string formatting by @mwbrooks in #73
- refactor: rename clients.APIInterface() to clients.API() by @mwbrooks in #77
- refactor: rename clients.AuthInterface() to clients.Auth() by @mwbrooks in #81
- build(deps): bump golang to 1.24.3 by @slack-cli-releaser in #83
- refactor: enable linter rule ST1016 for 'consistent method receiver names' by @mwbrooks in #86
- refactor: enable linter rule QF1011 for 'Omit redundant types from declaration' by @mwbrooks in #89
- test: confirm the check for dev apihosts does not match production or qa by @zimeg in #94
- refactor: enable linter rule QF1008 for 'Omit embedded fields from selector expression' by @mwbrooks in #95
New Contributors
- @haidargit made their first contribution in #91
Full Changelog: v3.1.0...v3.2.0