aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-04-28 11:20:39 -0400
committerJack O'Connor <[email protected]>2020-04-28 11:20:39 -0400
commit0db6fddc86c2d35a125ec8fff22bcc09f61d3c84 (patch)
tree081da552df5d8b1f5e22f8281e863a8fdf6a5d60
parentba468fbb4f7bb8b149eea60d0eab37858d32f23c (diff)
version 0.3.30.3.3
Changes since 0.3.2: - `b3sum` binaries are built in CI and attached to new GitHub tags.
-rw-r--r--Cargo.toml2
-rw-r--r--b3sum/Cargo.toml2
-rw-r--r--b3sum/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74712fb..bb0eb27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Jack O'Connor <[email protected]>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index ddccde1..735e950 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Jack O'Connor <[email protected]>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
diff --git a/b3sum/README.md b/b3sum/README.md
index 45825a8..ea8cf67 100644
--- a/b3sum/README.md
+++ b/b3sum/README.md
@@ -5,7 +5,7 @@ A command line utility for calculating
Coreutils tools like `b2sum` or `md5sum`.
```
-b3sum 0.3.2
+b3sum 0.3.3
USAGE:
b3sum [FLAGS] [OPTIONS] [file]...