Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
v5.1.5
- Added support for a configurable
-dirty
flag on the VERGEN_GIT_SEMVER*
output.
- Added documentation for
VERGEN_GIT_SHORT_SHA
and VERGEN_GIT_SEMVER_LIGHTWEIGHT
.
v5.1.4
- Added ability to toggle features of programmatically
v5.1.3
- Updated
rustc_version
to 0.3.1 to ensure llvm_version
is present.
v5.1.2
VERGEN_CARGO_FEATURES_*
fixed to generate the proper feature name.
v5.1.1
- Some docs updates and lint tweaks
v5.1.0
- Added support for
sysinfo
items
v5.0.1
- cargo minimum version updates
v5.0.0
- Removed the deprecated
gen
in lieu of vergen
- Removed
ConstantsFlags
in lieu of Config
v4.2.0
gen
-> vergen
. Deprecated gen
entry point as a result of the ConstantsFlags
deprecation.
ConstantsFlags
-> Config
. ContantsFlags
was growing bloated and needed some extra logic, so migrated to a Config
style.
- Added some more configuration around date/time handling. You can now specify Local vs. UTC for time, and can output date only, time only, timestamp only, or and combination of the three, for date related instructions.
v4.1.0
- Added
cargo
feature to allow getting the target triple, profile, and current feature set at build time.
- Updated some documentation