Skip to content

Releases: rustyhorde/vergen

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)

v8.0.0-beta-5

17 Feb 14:46
8.0.0-beta.5
40547b8
Compare
Choose a tag to compare
v8.0.0-beta-5 Pre-release
Pre-release
  • The gitoxide project renamed all projects to gix-*. Also git-repository was moved to gix. This release updates to reflect those changes.

v7.5.1

08 Feb 17:36
7.5.1
b20c9e9
Compare
Choose a tag to compare
  • Dependency update for git2 to pick up security updates.

v8.0.0-beta.2

10 Jan 17:15
8.0.0-beta.2
9c46f58
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release
  • sysinfo tweaks

v0.1.1 - vergen-pretty

10 Jan 15:56
0.1.1
8ed206f
Compare
Choose a tag to compare
Pre-release
  • Added ability to filter out certain output even if you have it set.
  • Added serde feature
  • Added ability to flatten serde serialization when prefix/suffix are not used.