Releases: lets-cli/lets
v0.0.32
v0.0.31
v0.0.30
Changelog
a858278 Bump aiohttp from 3.6.2 to 3.7.4 in /examples/python
bb5755e Extend build and install command, so it wont replace stable lets version for development
66cedb4 Move logrus output to correct std, depending on loglvl + tetsts
c1dceae Update README.md
e900820 build for arm64 (M1) and publish to homebrew
fee45e4 change log type to error in main
6b2d48c change upgrade text
14350ef do not show usage on root error
22b72f4 drop colors formatting in logger
1541f92 fix broken link
59424f3 fix exit code on error, do not return error from after script - only print error
5133bd5 fix gotlangci name
d8a31a3 fix lint, remove ioutil
292b388 fix linter errors
cabf02a fix tests, refactor config read error once again
b4bac09 implement upgrade using github registry
abe8063 pass main ctx to github registry
955b1e3 refactor config parsing, move to main
27fb299 restore original file from backup on error
23b412d rewrite install docs, change styling a bit
4618337 update docs
08324b4 update installation doc
04e3c85 update installation doc - fix example
380b2fe update installation docs
11f68e0 use go 1.16
99d8ff5 use on version in test workflow
v0.0.29
v0.0.28
v0.0.27
v0.0.25
v0.0.24
v0.0.23
Changelog
49c49e2 Implemented cmd as map, refactor run.go, add errgroup, update tests
fc5aa49 add --only and --exclude flags - used for cmd map to choose which subcommands to run
597ffee add gitkeep to include test empty dirs
9452c33 find config recursively up to the root
9032acf fix checksum calculation workdir
e11c2d2 fix concurrent write to map - was calculating checksums for every cmd in cmdMap
ca3c96c fix creating .lets dir where lets config placed
e353af9 fix test for loading config
3ff1d35 fix unit tests for checksum - make it more deterministic
d94d214 try reduce amount of actions
a4fae99 update cobra, fix context waiting
7bfefbd update doc about --only and --exclude
8cec4e9 update doc about config lookup
7d70698 use go1.14