Releases: rustyhorde/vergen
Releases · rustyhorde/vergen
v0.1.2 - vergen_pretty
- Documentation updates
- Dependency updates
v8.1.1
v8.1.0
- Fixed issue with
gitcl
command line check. Some versions of git do not recognize the-v
option. This was changed togit --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 thegit describe
output. This is supported in thegitcl
andgit2
features. At this time I could not determine how to do the similar logic withgitoxide
so this config has no effect in that feature.
v8.0.0
v8.0.0-beta.9
gix
to0.40.0
gix-tempfile
pinned to4.1.0
to avoid RUSTSEC dependency
v8.0.0-beta.8
- Mostly dependency updates (gix)
v8.0.0-beta-5
- The gitoxide project renamed all projects to
gix-*
. Alsogit-repository
was moved togix
. This release updates to reflect those changes.
v7.5.1
v8.0.0-beta.2
sysinfo
tweaks
v0.1.1 - vergen-pretty
- 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.