Skip to content

Releases: rustyhorde/vergen

v8.0.0-beta.1

08 Jan 15:50
8.0.0-beta.1
21b7166
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release
  • Added quiet to configuration to allow the suppression of the cargo:warning messages.

v0.1.0 - vergen-pretty

08 Jan 15:51
0.1.0
21b7166
Compare
Choose a tag to compare
Pre-release
  • Initial release of the vergen-pretty crate. Allows pretty printing of the vergen environment variables.

v8.0.0-beta.0

08 Jan 15:52
8.0.0-beta.0
563e318
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release
  • See #146 for the notes. This is basically a complete restructure to better fit as a build tool within the rust ecosystem.

v7.5.0

05 Jan 14:21
7.5.0
5b66fe5
Compare
Choose a tag to compare
  • The MSRV supported by vergen has been bumped to 1.63.0.
  • The enum-iterator dependency has been updated to 1.2.0 (and as a result the 1.63 bump had to happen)

v7.4.4

22 Dec 16:13
7.4.4
3c1ffca
Compare
Choose a tag to compare
  • Dependency updates

v7.4.3

29 Nov 15:39
7.4.3
198027c
Compare
Choose a tag to compare
  • Documentation update
  • Fix for sysinfo memory reporting for machine with large amounts of memory

v7.4.2

31 Aug 03:03
7.4.2
8f6c8a2
Compare
Choose a tag to compare

v7.4.1

30 Aug 12:51
7.4.1
42d7216
Compare
Choose a tag to compare
  • Pined enum-iterator dependency to 1.1.3 to avoid issue caused by more recent versions using unstable features causing builds to fail.

v7.4.0

16 Aug 19:40
7.4.0
3c34d24
Compare
Choose a tag to compare
  • Pinned all dependencies.
  • Added the ability to ignore errors to continue processing other enabled environment variables.

v7.3.2

29 Jul 13:38
7.3.2
160336f
Compare
Choose a tag to compare
  • Pinned git dependency to "0.14". Version 0.15 was causing issues within docker builds (can't determine 'safe.directory'). Pinning to the last usable version for now until I can determine the underlying cause of that issue.