Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
vergen v9.0.0-beta.1
- Mostly documentation updates
vergen - v9.0.0-beta.0
- First beta release of the new
vergen
library. - The git related features have been removed from this library to better support cargo feature unification.
vergen-gix v1.0.0-beta.1
- Mostly documentation updates
vergen-git2 v1.0.0-beta.1
- Mostly documentation updates
vergen-gitcl v1.0.0-beta.1
- Mostly documentation updates
v8.3.1 - vergen
- Documentation updates to make more clear the feature selection and usage due to cargo feature unification.
v8.3.0 - vergen
- Partial fix for
cargo
feature unification issue with the git features.
v8.2.10 - vergen
- Added re-export of
DependencyKind
to make using the new cargo dependencies feature more smooth
v8.2.9 - vergen
- Added support for
VERGEN_CARGO_DEPENDENCIES
- Added checks for shallow clones in git repositories.
- Filter newlines from output intended for
cargo:rustc-env
instructions. Strings with newlines break this output. - Added configuration to the
si
feature to allow more granular control over what is refreshed when initializingsysinfo
.
v8.2.8 - vergen
- Documentation update to make examples at top level more clear.