Skip to content

Releases: gruntwork-io/fetch

v0.3.1

11 Sep 11:17
cb1f57e
Compare
Choose a tag to compare

#36: Fetch should now work with two-digit versions (vX.Y).

v0.3.0

11 Aug 10:21
ad606a2
Compare
Choose a tag to compare

#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

23 Feb 02:38
349ab84
Compare
Choose a tag to compare

#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

24 Feb 17:53
Compare
Choose a tag to compare
  • #23: fetch will now exit with a proper error message if you specify an unsatisfiable tag constraint.

v0.1.0

20 Dec 22:53
Compare
Choose a tag to compare

v0.0.10

17 Dec 01:02
Compare
Choose a tag to compare
  • 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

20 Jun 20:36
Compare
Choose a tag to compare
  • Fix how version number is handled in fetch

v0.0.8

20 Jun 20:07
Compare
Choose a tag to compare
  • Switch to module-ci for build & test

v0.0.7

20 Jun 19:52
Compare
Choose a tag to compare
  • Change build environment to try to get working binaries

v0.0.6

20 Jun 18:27
Compare
Choose a tag to compare
  • Add support back in for reading source paths from command-line args for backwards compatibility