Skip to content

Releases: rustyhorde/vergen

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.

v8.2.0 - vergen

20 May 21:49
8.2.0
1ef5c5f
Compare
Choose a tag to compare
  • Added the ability to disable emission, even if a feature is enabled (i.e. disable_git)
  • Added the ability to skip emission, even if a feature is enabled and emission is not disabled.

v0.2.0 - vergen_pretty

18 May 12:41
0.2.0
658bad3
Compare
Choose a tag to compare
  • Added header generation to vergen_pretty
  • Updated test coverage and workflows.

v8.1.3 - vergen

27 Apr 14:08
8.1.3
ccaf456
Compare
Choose a tag to compare
  • gix dependency updated to 0.44.1. 0.43.1 and 0.44.0 were yanked due to dependency issues.

v8.1.2 - vergen

25 Apr 15:30
8.1.2
c2a3b04
Compare
Choose a tag to compare
  • Documentation corrections
  • Dependency updates (mainly git2-rs to 0.17.1)