Releases: gruntwork-io/fetch
Releases · gruntwork-io/fetch
v0.3.1
#36: Fetch should now work with two-digit versions (vX.Y
).
v0.3.0
#43: fetch
should now work with GitHub Enterprise URLs! If the repo URL you specify is not GitHub.com, fetch
will automatically assume it's GitHub Enterprise and use the proper API calls. This defaults to GitHub Enterprise version v3
, but that can be overridden with the new --github-api-version
option.
v0.2.0
#34: Fetch now supports verifying the checksum of a release asset using SHA256 or SHA512.
Unfortunately, this release also constitutes a breaking change in that --release-asset
may no longer be passed multiple times.
v0.1.1
- #23:
fetch
will now exit with a proper error message if you specify an unsatisfiable tag constraint.
v0.0.10
fetch
now supports tags that don't follow the standard SemVer pattern (MAJOR.MINOR.PATCH), although you cannot use the tag constraint operators (e.g. ~, >, <) with it.
v0.0.9
- Fix how version number is handled in fetch
v0.0.8
- Switch to module-ci for build & test
v0.0.7
- Change build environment to try to get working binaries
v0.0.6
- Add support back in for reading source paths from command-line args for backwards compatibility