Skip to content

Releases: rustyhorde/vergen

v5.1.5

26 Apr 16:14
5.1.5
21aec3f
Compare
Choose a tag to compare
  • 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

24 Apr 22:30
5.1.4
0167839
Compare
Choose a tag to compare
  • Added ability to toggle features of programmatically

v5.1.3

24 Apr 19:39
5.1.3
f4f39d5
Compare
Choose a tag to compare
  • Updated rustc_version to 0.3.1 to ensure llvm_version is present.

v5.1.2

19 Apr 20:50
5.1.2
650dc5d
Compare
Choose a tag to compare
  • VERGEN_CARGO_FEATURES_* fixed to generate the proper feature name.

v5.1.1

07 Apr 13:12
5.1.1
7eb1ae4
Compare
Choose a tag to compare
  • Some docs updates and lint tweaks

v5.1.0

07 Apr 13:11
5.1.0
dc298d6
Compare
Choose a tag to compare
  • Added support for sysinfo items

v5.0.1

19 Mar 14:49
5.0.1
6103baf
Compare
Choose a tag to compare
  • cargo minimum version updates

v5.0.0

16 Mar 21:08
5.0.0
22a2a26
Compare
Choose a tag to compare
  • Removed the deprecated gen in lieu of vergen
  • Removed ConstantsFlags in lieu of Config

v4.2.0

01 Mar 16:16
4.2.0
66d6b66
Compare
Choose a tag to compare
  • 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

24 Feb 00:09
4.1.0
59c6402
Compare
Choose a tag to compare
  • Added cargo feature to allow getting the target triple, profile, and current feature set at build time.
  • Updated some documentation