Releases: slackapi/slack-cli
Releases · slackapi/slack-cli
v4.0.1-dependabot-go_modules-charmbracelet-688b38505c
What's Changed
🚀 Enhancements
📚 Documentation
- build: regenerate reference docs from nothing for each release by @zimeg in #484
- docs: local development page by @lukegalbraithrussell in #491
🤖 Build
- build(deps): bump promiseofcake/circleci-trigger-action from 3.0.1 to 3.0.2 by @dependabot[bot] in #483
- build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 by @dependabot[bot] in #492
- build: group charm dependabot updates by @zimeg in #496
- build(deps): bump the charmbracelet group with 3 updates by @dependabot[bot] in #497
- build: delete stale pre-releases after a merge or schedule by @zimeg in #490
- build: create release branch as part of tag script by @zimeg in #485
- build: upload latest installer for dev and prod builds by @zimeg in #486
- build: upload the latest main build for dev installer by @zimeg in #487
- build(deps): bump charm.land/bubbletea/v2 from 2.0.4 to 2.0.5 in the charmbracelet group by @dependabot[bot] in #499
🧪 Testing/Code Health
- chore: add preview and testing and notes section to pr template by @zimeg in #489
- chore: use rendered issue templates by @zimeg in #488
Full Changelog: v4.0.1...v4.0.1-dependabot-go_modules-charmbracelet-688b38505c
v4.0.1-docs-environment-variables
What's Changed
📚 Documentation
- build: regenerate reference docs from nothing for each release by @zimeg in #484
- docs: local development page by @lukegalbraithrussell in #491
🤖 Build
- build(deps): bump promiseofcake/circleci-trigger-action from 3.0.1 to 3.0.2 by @dependabot[bot] in #483
- build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 by @dependabot[bot] in #492
- build: group charm dependabot updates by @zimeg in #496
- build(deps): bump the charmbracelet group with 3 updates by @dependabot[bot] in #497
Full Changelog: v4.0.1...76bd970
v4.0.1-ale-accessibility-flag
What's Changed
🚀 Enhancements
- feat:
env addcommand supports the ".env" file for Bolt Framework apps by @zimeg in #451 - feat: replace existing survey prompts with beautiful charm forms by @srtaalej in #425
- feat: 'env' command no longer prompts for an app for Bolt projects by @zimeg in #456
- feat:
env removecommand supports the ".env" file for Bolt Framework apps by @zimeg in #457 - feat: alias
env setandenv unsetas primary commands by @zimeg in #460 - feat(install-script): add a create agent CTA to the install script by @srtaalej in #444
- feat: add create template for support agent by @zimeg in #467
- feat: update create command prompt titles for categories of apps by @zimeg in #473
- feat: add slack docs search subcommand by @lukegalbraithrussell in #433
- feat: show starter agent template to create from scratch by @zimeg in #476
🐛 Bug Fixes
- fix: error in ci when interactive inputs are required by @zimeg in #468
- fix: apply --no-color flag to huh interactive prompts by @srtaalej in #454
- fix: format env command section headers together as titles by @zimeg in #461
- fix: 'create agent' command to show template, bolt framework, and agent framework options by @zimeg in #479
📚 Documentation
- docs(maintainers): style guide adds help descriptions find complete sentences by @zimeg in #458
- docs(maintainers): style guide adds help arguments use opinionated brackets by @zimeg in #459
- chore: remove docs search flag mention by @lukegalbraithrussell in #474
- chore: release slack-cli v4.0.1 by @mwbrooks in #482
- build: regenerate reference docs from nothing for each release by @zimeg in #484
- docs: local development page by @lukegalbraithrussell in #491
🤖 Build
- build(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #475
- build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by @dependabot[bot] in #481
- build(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 by @dependabot[bot] in #480
- build(deps): bump promiseofcake/circleci-trigger-action from 3.0.1 to 3.0.2 by @dependabot[bot] in #483
🧪 Testing/Code Health
- chore!: remove
workspaceandteamaliases from theappcommand by @zimeg in #463 - chore!: remove deprecated "platform-improvements" feedback survey name by @zimeg in #465
- chore!: remove deprecated
--branchand--templateflags fromsamplescommand by @zimeg in #466 - build(deps): bump golang to 1.26.2 by @slack-cli-releaser[bot] in #478
📦 Other changes
Full Changelog: v3.15.0-ale-accessibility-flag...v4.0.1-ale-accessibility-flag
v4.0.1
What's Changed
🐛 Bug Fixes
- fix: 'create agent' command to show template, bolt framework, and agent framework options by @zimeg in #479
📚 Documentation
🤖 Build
- build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by @dependabot[bot] in #481
- build(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 by @dependabot[bot] in #480
🧪 Testing/Code Health
- build(deps): bump golang to 1.26.2 by @slack-cli-releaser[bot] in #478
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
🚀 Enhancements
- feat(experiment): use chevron prompt for text inputs by @zimeg in #399
- feat(experiment): inline sample descriptions in plain text by @zimeg in #400
- feat: migrate experiments config from array to bools by @mwbrooks in #398
- feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
- feat(experiment): create and delete developer sandboxes by @vegeris in #389
- feat(experiment): apply similar theme to huh forms by @srtaalej in #421
- feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
- feat: add optional filepath argument to run command by @zimeg in #417
- feat: add User-Agent header to API request debug output by @mwbrooks in #432
- feat: support loading a dotenv '.env' file for your app by @zimeg in #436
- feat: list available ".env" variable names for non-hosted apps by @zimeg in #437
- feat:
env addcommand supports the ".env" file for Bolt Framework apps by @zimeg in #451 - feat: replace existing survey prompts with beautiful charm forms by @srtaalej in #425
- feat: 'env' command no longer prompts for an app for Bolt projects by @zimeg in #456
- feat:
env removecommand supports the ".env" file for Bolt Framework apps by @zimeg in #457 - feat: alias
env setandenv unsetas primary commands by @zimeg in #460 - feat(install-script): add a create agent CTA to the install script by @srtaalej in #444
- feat: add create template for support agent by @zimeg in #467
- feat: update create command prompt titles for categories of apps by @zimeg in #473
- feat: add slack docs search subcommand by @lukegalbraithrussell in #433
- feat: show starter agent template to create from scratch by @zimeg in #476
🐛 Bug Fixes
- fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
- revert(experiment): separate create questions with flag parsings by @zimeg in #401
- fix(style): use command name for app create disclaimer section heading by @zimeg in #423
- fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
- fix: unquote environment variable passed to hook commands by @zimeg in #410
- fix(install): show windows alias step after installer is downloaded if overwrites were avoided by @zimeg in #446
- fix: error in ci when interactive inputs are required by @zimeg in #468
- fix: apply --no-color flag to huh interactive prompts by @srtaalej in #454
- fix: format env command section headers together as titles by @zimeg in #461
📚 Documentation
- docs(maintainers): style guide adds help descriptions find complete sentences by @zimeg in #458
- docs(maintainers): style guide adds help arguments use opinionated brackets by @zimeg in #459
- chore: remove docs search flag mention by @lukegalbraithrussell in #474
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
- build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
- refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434
- build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #443
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by @dependabot[bot] in #450
- build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 by @dependabot[bot] in #448
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #449
- build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #447
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 by @dependabot[bot] in #453
- build(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #475
🧪 Testing/Code Health
- build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
- test: increase test coverage for iostreams by @mwbrooks in #394
- refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
- chore(claude): add record demo skill by @zimeg in #403
- refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
- test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
- test: increase test coverage for slackerror by @mwbrooks in #413
- chore(claude): add gopls lsp plugin by @zimeg in #414
- refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
- refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
- test: increase test coverage for slackhttp and update by @mwbrooks in #416
- test: increase test coverage for activity package formatters by @mwbrooks in #419
- test: increase test coverage for activity package event routing by @mwbrooks in #420
- docs(maintainers): add style guide for input and output by @zimeg in #422
- chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
- test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
- refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429
- refactor: remove listFunc stub from cmd/auth/list by @mwbrooks in #435
- refactor: consolidate version access to slackcontext.Version(ctx) by @mwbrooks in #431
- refactor: remove 'version.Get()' and only use 'version.Raw()' by @mwbrooks in #445
- chore!: remove
workspaceandteamaliases from theappcommand by @zimeg in #463 - chore!: remove deprecated "platform-improvements" feedback survey name by @zimeg in #465
- chore!: remove deprecated
--branchand--templateflags fromsamplescommand by @zimeg in #466
📦 Other changes
Full Changelog: v3.15.0...v4.0.0
v3.15.0-zimeg-ci-windows-unit-test
What's Changed
🚀 Enhancements
- feat(experiment): use chevron prompt for text inputs by @zimeg in #399
- feat(experiment): inline sample descriptions in plain text by @zimeg in #400
- feat: migrate experiments config from array to bools by @mwbrooks in #398
- feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
- feat(experiment): create and delete developer sandboxes by @vegeris in #389
- feat(experiment): apply similar theme to huh forms by @srtaalej in #421
- feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
- feat: add optional filepath argument to run command by @zimeg in #417
- feat: add User-Agent header to API request debug output by @mwbrooks in #432
- feat: support loading a dotenv '.env' file for your app by @zimeg in #436
- feat: list available ".env" variable names for non-hosted apps by @zimeg in #437
- feat:
env addcommand supports the ".env" file for Bolt Framework apps by @zimeg in #451 - feat: replace existing survey prompts with beautiful charm forms by @srtaalej in #425
- feat: 'env' command no longer prompts for an app for Bolt projects by @zimeg in #456
🐛 Bug Fixes
- fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
- revert(experiment): separate create questions with flag parsings by @zimeg in #401
- fix(style): use command name for app create disclaimer section heading by @zimeg in #423
- fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
- fix: unquote environment variable passed to hook commands by @zimeg in #410
- fix(install): show windows alias step after installer is downloaded if overwrites were avoided by @zimeg in #446
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
- build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
- refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434
- build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #443
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by @dependabot[bot] in #450
- build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 by @dependabot[bot] in #448
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #449
- build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #447
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 by @dependabot[bot] in #453
🧪 Testing/Code Health
- build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
- test: increase test coverage for iostreams by @mwbrooks in #394
- refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
- chore(claude): add record demo skill by @zimeg in #403
- refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
- test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
- test: increase test coverage for slackerror by @mwbrooks in #413
- chore(claude): add gopls lsp plugin by @zimeg in #414
- refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
- refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
- test: increase test coverage for slackhttp and update by @mwbrooks in #416
- test: increase test coverage for activity package formatters by @mwbrooks in #419
- test: increase test coverage for activity package event routing by @mwbrooks in #420
- docs(maintainers): add style guide for input and output by @zimeg in #422
- chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
- test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
- refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429
- refactor: remove listFunc stub from cmd/auth/list by @mwbrooks in #435
- refactor: consolidate version access to slackcontext.Version(ctx) by @mwbrooks in #431
- refactor: remove 'version.Get()' and only use 'version.Raw()' by @mwbrooks in #445
Full Changelog: v3.15.0...2451d95
v3.15.0-ale-accessibility-flag
What's Changed
🚀 Enhancements
- feat(experiment): use chevron prompt for text inputs by @zimeg in #399
- feat(experiment): inline sample descriptions in plain text by @zimeg in #400
- feat: migrate experiments config from array to bools by @mwbrooks in #398
- feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
- feat(experiment): create and delete developer sandboxes by @vegeris in #389
- feat(experiment): apply similar theme to huh forms by @srtaalej in #421
- feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
- feat: add optional filepath argument to run command by @zimeg in #417
- feat: add User-Agent header to API request debug output by @mwbrooks in #432
- feat: support loading a dotenv '.env' file for your app by @zimeg in #436
- feat: list available ".env" variable names for non-hosted apps by @zimeg in #437
- feat:
env addcommand supports the ".env" file for Bolt Framework apps by @zimeg in #451 - feat: replace existing survey prompts with beautiful charm forms by @srtaalej in #425
- feat: 'env' command no longer prompts for an app for Bolt projects by @zimeg in #456
- feat:
env removecommand supports the ".env" file for Bolt Framework apps by @zimeg in #457 - feat: alias
env setandenv unsetas primary commands by @zimeg in #460 - feat(install-script): add a create agent CTA to the install script by @srtaalej in #444
🐛 Bug Fixes
- fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
- revert(experiment): separate create questions with flag parsings by @zimeg in #401
- fix(style): use command name for app create disclaimer section heading by @zimeg in #423
- fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
- fix: unquote environment variable passed to hook commands by @zimeg in #410
- fix(install): show windows alias step after installer is downloaded if overwrites were avoided by @zimeg in #446
- fix: error in ci when interactive inputs are required by @zimeg in #468
- fix: apply --no-color flag to huh interactive prompts by @srtaalej in #454
- fix: format env command section headers together as titles by @zimeg in #461
📚 Documentation
- docs(maintainers): style guide adds help descriptions find complete sentences by @zimeg in #458
- docs(maintainers): style guide adds help arguments use opinionated brackets by @zimeg in #459
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
- build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
- refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434
- build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #443
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by @dependabot[bot] in #450
- build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 by @dependabot[bot] in #448
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #449
- build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #447
- build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 by @dependabot[bot] in #453
🧪 Testing/Code Health
- build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
- test: increase test coverage for iostreams by @mwbrooks in #394
- refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
- chore(claude): add record demo skill by @zimeg in #403
- refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
- test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
- test: increase test coverage for slackerror by @mwbrooks in #413
- chore(claude): add gopls lsp plugin by @zimeg in #414
- refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
- refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
- test: increase test coverage for slackhttp and update by @mwbrooks in #416
- test: increase test coverage for activity package formatters by @mwbrooks in #419
- test: increase test coverage for activity package event routing by @mwbrooks in #420
- docs(maintainers): add style guide for input and output by @zimeg in #422
- chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
- test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
- refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429
- refactor: remove listFunc stub from cmd/auth/list by @mwbrooks in #435
- refactor: consolidate version access to slackcontext.Version(ctx) by @mwbrooks in #431
- refactor: remove 'version.Get()' and only use 'version.Raw()' by @mwbrooks in #445
- chore!: remove
workspaceandteamaliases from theappcommand by @zimeg in #463 - chore!: remove deprecated "platform-improvements" feedback survey name by @zimeg in #465
- chore!: remove deprecated
--branchand--templateflags fromsamplescommand by @zimeg in #466
Full Changelog: v3.15.0...95a713e
v3.15.0-zimeg-refactor-manifest-env
What's Changed
🚀 Enhancements
- feat(experiment): use chevron prompt for text inputs by @zimeg in #399
- feat(experiment): inline sample descriptions in plain text by @zimeg in #400
- feat: migrate experiments config from array to bools by @mwbrooks in #398
- feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
- feat(experiment): create and delete developer sandboxes by @vegeris in #389
- feat(experiment): apply similar theme to huh forms by @srtaalej in #421
- feat(style): add style.Separator for non ASCII em-dash by @srtaalej in #430
- feat: add optional filepath argument to run command by @zimeg in #417
🐛 Bug Fixes
- fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
- revert(experiment): separate create questions with flag parsings by @zimeg in #401
- fix(style): use command name for app create disclaimer section heading by @zimeg in #423
- fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
- fix: unquote environment variable passed to hook commands by @zimeg in #410
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
- build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
- refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
🧪 Testing/Code Health
- build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
- test: increase test coverage for iostreams by @mwbrooks in #394
- refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
- chore(claude): add record demo skill by @zimeg in #403
- refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
- test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
- test: increase test coverage for slackerror by @mwbrooks in #413
- chore(claude): add gopls lsp plugin by @zimeg in #414
- refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
- refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
- test: increase test coverage for slackhttp and update by @mwbrooks in #416
- test: increase test coverage for activity package formatters by @mwbrooks in #419
- test: increase test coverage for activity package event routing by @mwbrooks in #420
- docs(maintainers): add style guide for input and output by @zimeg in #422
- chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
- test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
- refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429
Full Changelog: v3.15.0...v3.15.0-zimeg-refactor-manifest-env
v3.15.0
What's Changed
🚀 Enhancements
- feat: normalize project directory names to kebab-case by @mwbrooks in #374
- feat: add placeholder to app name prompt in create command by @mwbrooks in #370
- feat: default manifest source to manifest.json for Bolt Framework projects by @mwbrooks in #395
- feat: update 'app link' to not change the app manifest source by @mwbrooks in #396
- feat(experiment): adds 'huh' dynamic forms to create command by @srtaalej in #362
- feat(experiment): add 'sandbox list' to list developer sandboxes by @vegeris in #379
🐛 Bug Fixes
📚 Documentation
🤖 Build
- chore: ignore windows go build of project in version control by @zimeg in #357
- build(deps): bump promiseofcake/circleci-trigger-action from 2.0.4 to 3.0.1 by @dependabot[bot] in #360
- build(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #376
- build(deps): bump github.com/charmbracelet/huh from 0.8.0 to 1.0.0 by @dependabot[bot] in #377
- build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 by @dependabot[bot] in #386
- build(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 by @dependabot[bot] in #387
- build(deps): bump charm.land/lipgloss/v2 from 2.0.1 to 2.0.2 by @dependabot[bot] in #393
🧪 Testing/Code Health
- build(deps): import indirect charm packages as required by @slack-cli-releaser[bot] in #359
- refactor: remove logger from activity, manifest, datastore, auth, and app delete/uninstall by @mwbrooks in #364
- refactor: remove logger from create command by @mwbrooks in #366
- refactor: remove logger from install command by @mwbrooks in #367
- refactor: remove internal/logger from platform run by @mwbrooks in #378
- refactor: remove internal/logger from platform deploy by @mwbrooks in #384
- chore(experiment): remove defaulted bolt and bolt-install experiments by @zimeg in #363
- test: add test coverage for untested files by @mwbrooks in #388
- test: increase test coverage in cmd/ and internal/[api | config | deputil] by @mwbrooks in #392
📦 Other changes
- feat(charm): add lipgloss styling with Slack brand colors under charm experiment by @srtaalej in #365
- test(charm): clean up and consolidate charm tests by @srtaalej in #390
- fix: address lipgloss styling gaps by @srtaalej in #391
Full Changelog: v3.14.0...v3.15.0
v3.14.0-charm-loop
What's Changed
🤖 Build
- chore: ignore windows go build of project in version control by @zimeg in #357
- build(deps): bump promiseofcake/circleci-trigger-action from 2.0.4 to 3.0.1 by @dependabot[bot] in #360
🧪 Testing/Code Health
- build(deps): import indirect charm packages as required by @slack-cli-releaser[bot] in #359
Full Changelog: v3.14.0...a0f8d85