Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
Changes since 0.3.2:
- `b3sum` binaries are built in CI and attached to new GitHub tags.
  • Loading branch information
oconnor663 committed Apr 28, 2020
1 parent ba468fb commit 0db6fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake3"
version = "0.3.2"
version = "0.3.3"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
version = "0.3.2"
version = "0.3.3"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]...
Expand Down

0 comments on commit 0db6fdd

Please sign in to comment.