Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
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.
v8.2.7 - vergen
- Dependency updates
- Added support for
dirty
status in output
v8.2.6 - vergen
- Mainly dependency updates
- docs.rs documentation generation fix
v8.2.4 - vergen
- Updated
time
to0.3.22
to fix issues where a new used function did not appear in older patch versions, causing those who haven't runcargo update
recently to see errors buildingvergen
v8.2.3
- Updated
gix
to 0.48.0 - Added support for specifying a custom
build.rs
location. - Added support for using a local offset for date/timestamp display.
NOTE - Using a local offset will likely cause failures on Unix systems due to theSoundness
check that thetime
crate performs. I don't want to introduce unsoundness support tovergen
.
v8.2.1 - vergen
- Bugfix for
gitcl
feature timestamp parsing.
v0.3.0 - vergen-pretty
- Added
Config
to make the header API more convenient to use.