Skip to content

Releases: WyvernIXTL/license-fetcher

Release v0.5.0

27 Oct 14:06
v0.5.0
7b8154c
Compare
Choose a tag to compare

Added

  • Added Display trait for Package.

Changed

  • Root package is the first package in PackageList.
  • Packages aren't written immediately. This functionality is now part of the write() function.

Release v0.4.1

11 Oct 20:01
v0.4.1
26953c7
Compare
Choose a tag to compare

Fixed:

  • Wrong instructions in readme.

Release v0.4.0

11 Oct 19:46
v0.4.0
896ea4c
Compare
Choose a tag to compare

Added:

  • Local cargo source files as license provider.

Removed:

  • All other providers and caching.

Release v0.3.0

21 Sep 14:36
v0.3.0
e9c2565
Compare
Choose a tag to compare

Added

  • Added logging during build.
  • Added caching for license fetching.

Changed

  • Changed that all fetch implementations are behind feature flags.

Release v0.2.0

19 Sep 20:32
v0.2.0
0b898c1
Compare
Choose a tag to compare

Added

  • Added optional git fallback with async git clone.

Fixed

  • Fixed many small errors.

Release v0.1.1

16 Sep 19:05
v0.1.1
6b0cfc3
Compare
Choose a tag to compare

Initial release.