Skip to content

Commit 0cab63f

Browse files
tarcierinewpavlov
authored andcommitted
universal-hash v0.1.0 (RustCrypto#53)
1 parent 83f7606 commit 0cab63f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

universal-hash/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 0.1.0 (2019-08-30)
8+
9+
- Initial release

universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "universal-hash"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Trait for universal hash functions"

0 commit comments

Comments
 (0)