Skip to content

Releases: cszatmary/shed

v0.5.1

18 Sep 19:49
c2818f1
Compare
Choose a tag to compare

Changelog

bee5ef0 chore: Add homebrew install instruction to readme (#24)
c2818f1 fix: Make shed work with Go 1.17 (#25)

v0.5.0

08 Aug 18:09
c86c2f5
Compare
Choose a tag to compare

Changelog

38ffdf4 chore: Change owner to cszatmary, branch to main (#19)
870b836 feat!: Remove uninstall command (#15)
4512325 feat!: Rename shed install to shed get (#16)
c86c2f5 feat: Add --update flag to get to update tools to the latest version (#22)
685313b feat: Add -u flag to list to show latest versions of tools (#14)
73900de feat: Limit concurrency to num CPUs, add flag to customize (#21)
eeee622 feat: Redesign error handling in shed and redo all errors (#18)
ab01149 feat: Refactor CLI implementation, add --progress global flag (#17)
1fe0e8d fix: Get proper go version when creating go.mod files (#20)

v0.4.0

20 May 22:36
3736ed4
Compare
Choose a tag to compare

Changelog

3736ed4 feat!: Stop parsing flags after tool name in shed run (#13)

v0.3.0

18 Apr 02:02
86bc654
Compare
Choose a tag to compare

Changelog

9709288 chore: Update tools, use new go-fish (#8)
86bc654 feat!: Add support for @none version suffix (#12)
a5ec6c5 feat!: Remove --update flag from install (#11)
9a478c3 feat: Add shed list to list tools in the lockfile (#10)
bac3381 feat: Find lockfile in parent directories, add init command (#9)

v0.2.0

23 Feb 23:30
bf4a8c7
Compare
Choose a tag to compare

Changelog

08bea9f feat!: Change shed and cache constructors to use functional options (#6)
bf4a8c7 feat!: Install tools concurrently, display progress in spinner (#7)

v0.1.0

22 Dec 18:00
f3905d4
Compare
Choose a tag to compare

Changelog

24aea23 Initial commit
f3905d4 chore: Configure github releases, generate install script (#5)
94f76fa chore: Fix CI (#2)
40f417a feat: Add cache.Go interface, add client tests (#3)
d76fc2a feat: Add support for module queries (#4)
c7aef8e feat: Initial version of shed (#1)