Releases: freckle/stackctl
Releases · freckle/stackctl
v1.7.2.0
v1.7.1.0
v1.7.0.0
v1.6.1.2
v1.6.1.1
v1.6.1.0
What's Changed
Other Changes
- Add tests using Control.Monad.AWS.ViaMock by @pbrisbin in #68
- Upgrade github actions, add GHC 9.6 config, add nix dev shell by @chris-martin in #70
New Contributors
- @chris-martin made their first contribution in #70
Full Changelog: v1.6.0.0...v1.6.1.0
v1.6.0.0
Release v1.5.0.1
v1.5.0.1
- Handle missing-or-empty specs directory more explicitly
- Add warning for
Depends
pointing to non-existent spec - Fix formatting of required version in warning message
Release v1.5.0.0
v1.5.0.0
Breaking changes:
- Don't require a name argument to the
awsSimple
function
New features:
- Add
Exec
andShell
features inactions[].run
- Support lists in
actions[].run
(single items still work) - Add more granular status indicators in
stack-ls(1)
output, print a legend of
these indicators as a footer (disable with--no-legend
)
Fixes:
- Fix for redundant change-set creation errors in logging output
- Fix globbing bug in auto-expansion of
--filter
arguments
Release v1.4.4.0
v1.4.4.0
- Add
awsSilently