Skip to content

Releases: rustyhorde/vergen

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)

v0.1.2 - vergen_pretty

25 Apr 15:32
0.1.2
c2a3b04
Compare
Choose a tag to compare
  • Documentation updates
  • Dependency updates

v8.1.1

01 Apr 14:34
8.1.1
0d14835
Compare
Choose a tag to compare
  • Documentation updates and fixes.
  • Updated --match on the gitcl feature to be wrapped with quotes so globbing works properly across many shells.

v8.1.0

28 Mar 22:26
8.1.0
c8c5cf5
Compare
Choose a tag to compare
  • Fixed issue with gitcl command line check. Some versions of git do not recognize the -v option. This was changed to git --version by default. You can also now specify the command you wish to use to check for git in configuration.
  • Updated some out of date docs referring to an old feature.
  • Added the ability to specify a match glob string for the git describe output. This is supported in the gitcl and git2 features. At this time I could not determine how to do the similar logic with gitoxide so this config has no effect in that feature.

v8.0.0

24 Mar 13:26
8.0.0
b323d3b
Compare
Choose a tag to compare
  • Updated to gix 0.42.0.
  • Updated README.md to reflect new release.

v8.0.0-beta.9

09 Mar 13:48
8.0.0-beta.9
9c6e2c9
Compare
Choose a tag to compare
v8.0.0-beta.9 Pre-release
Pre-release
  • gix to 0.40.0
  • gix-tempfile pinned to 4.1.0 to avoid RUSTSEC dependency

v8.0.0-beta.8

06 Mar 15:10
8.0.0-beta.8
814c9aa
Compare
Choose a tag to compare
v8.0.0-beta.8 Pre-release
Pre-release
  • Mostly dependency updates (gix)