Skip to content

Releases: rustyhorde/vergen

v7.3.1

22 Jul 02:01
7.3.1
8bfc19c
Compare
Choose a tag to compare
  • Updated enum-iterator to latest
  • Updated sysinfo to latest
  • MSRV to 1.62.0

v7.2.1

07 Jun 15:05
7.2.1
ce5a198
Compare
Choose a tag to compare
  • Added support for git commit message output

v7.2.0

26 May 19:39
7.2.0
40b9809
Compare
Choose a tag to compare
  • Added the ability to generate the git author and git email independently.

v7.1.0

18 May 03:21
7.1.0
88d9b87
Compare
Choose a tag to compare
  • Added support for git commit count

v7.0.0

09 Mar 17:59
7.0.0
d827858
Compare
Choose a tag to compare
  • Migrated from chrono to time as it's better maintained.
  • Placed the local timezone support behind a feature flag (local_offset). There is a known issue that can cause a potential segfault in the time crate (which also affected chrono).

v6.0.2

27 Jan 18:28
6.0.2
e9efb23
Compare
Choose a tag to compare
  • Fixed issue where 1.57 couldn't be used to build because of incorrect lints setup in build.rs

v6.0.1

24 Jan 19:59
6.0.1
b91f2ae
Compare
Choose a tag to compare
  • sysinfo dependency updated.
  • MSRV increased to 1.54
  • Documentation

v6.0.0

09 Dec 19:31
6.0.0
21d6cdc
Compare
Choose a tag to compare
  • The Copy impl was dropped from the Config struct to facilitate specifying a non-standard git base path.

v5.1.17

03 Nov 12:44
5.1.17
63c5da1
Compare
Choose a tag to compare
  • Removed unstable lints from nightly/beta.

v5.1.16

20 Oct 22:11
5.1.16
a3fbd6d
Compare
Choose a tag to compare
  • Tightened the chrono dependency so it doesn't pull in child dependencies with rustsec issues.