From 12642538340b3d6dad36e566217604267f94fe68 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Tue, 25 May 2021 11:10:11 -0400 Subject: version 0.3.8 Changes since 0.3.7: - This is a backport release of bugfixes from master. The next release of master will be version 1.0. - Fix a build break under Visual Studio 2015: https://github.com/BLAKE3-team/BLAKE3/issues/142 --- Cargo.toml | 2 +- b3sum/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3df0fd2..8b28d6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake3" -version = "0.3.7" +version = "0.3.8" authors = ["Jack O'Connor "] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index 4678bee..50834e2 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b3sum" -version = "0.3.7" +version = "0.3.8" authors = ["Jack O'Connor "] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -- cgit v1.2.3