Skip to content

Releases: rustyhorde/vergen

v8.3.0 - vergen

16 Jan 04:14
8.3.0
d8ab702
Compare
Choose a tag to compare
  • Partial fix for cargo feature unification issue with the git features.

v8.2.10 - vergen

15 Jan 16:07
8.2.10
138d030
Compare
Choose a tag to compare
  • Added re-export of DependencyKind to make using the new cargo dependencies feature more smooth

v8.2.9 - vergen

15 Jan 01:12
8.2.9
03ea0db
Compare
Choose a tag to compare
  • 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 initializing sysinfo.

v8.2.8 - vergen

13 Jan 23:22
8.2.8
1ad15b1
Compare
Choose a tag to compare
  • Documentation update to make examples at top level more clear.

v8.2.7 - vergen

12 Jan 05:36
8.2.7
5500851
Compare
Choose a tag to compare
  • Dependency updates
  • Added support for dirty status in output

v8.2.6 - vergen

05 Nov 23:55
8.2.6
825212d
Compare
Choose a tag to compare
  • Mainly dependency updates
  • docs.rs documentation generation fix

v8.2.4 - vergen

05 Jul 20:20
8.2.4
2c77399
Compare
Choose a tag to compare
  • Updated time to 0.3.22 to fix issues where a new used function did not appear in older patch versions, causing those who haven't run cargo update recently to see errors building vergen

v8.2.3

01 Jul 21:30
8.2.3
022e804
Compare
Choose a tag to compare
  • 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 the Soundness check that the time crate performs. I don't want to introduce unsoundness support to vergen.

v8.2.1 - vergen

24 May 14:38
8.2.1
29ec1c8
Compare
Choose a tag to compare
  • Bugfix for gitcl feature timestamp parsing.

v0.3.0 - vergen-pretty

24 May 17:23
0.3.0
ebd0284
Compare
Choose a tag to compare
  • Added Config to make the header API more convenient to use.