Releases: Splode/creep
v0.2.2
v0.2.1
v0.2.0
v0.1.4
v0.1.3
Changelog
a39a7a4 chore: add creep CLI test workflow step
a58e164 chore: bump go mod version -> v1.14
21c65cd chore: create go CI workflow
7c576da fix: check status code before determining mime type in download
76f3f8b fix: exit func prints err to STDERR
6ce9749 fix: print usage to STDOUT, return 0 status code
ecee9e3 refactor: rename internal dir to pkg
31ff718 refactor: rename primary download function
v0.1.2
v0.1.1
v0.1.0
Changelog
8402590 chore: add Taskfile for task running
bdc9440 chore: add goreleaser config
29e092b chore: bump minor version
79b167a chore: ignore .envrc
5f756bc chore: update go mod name
a4f029a chore: update go mod to use github path
3418646 feat: add basic flags
c169500 feat: add dedicated flag parser and config type
ba9674b feat: add exit func to cleanly exit app on err
e969b01 feat: download to a given out dir
6d9680b feat: download with goroutines
31f8d03 feat: infer file extension from content-type header
3d41dcf feat: override default flag usage message
04a2218 fix: banner image path
87b50fe fix: don't throttle on leading download
32f8630 initial commit
2620a71 refactor: move download function to downloader
7a819d7 refactor: rename download