Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
v8.0.0-beta.1
- Added
quiet
to configuration to allow the suppression of the cargo:warning
messages.
v0.1.0 - vergen-pretty
- Initial release of the
vergen-pretty
crate. Allows pretty printing of the vergen
environment variables.
v8.0.0-beta.0
- 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
- 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.3
- Documentation update
- Fix for
sysinfo
memory reporting for machine with large amounts of memory
v7.4.1
- 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
- Pinned all dependencies.
- Added the ability to ignore errors to continue processing other enabled environment variables.
v7.3.2
- 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.