We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f7606 commit 0cab63fCopy full SHA for 0cab63f
universal-hash/CHANGELOG.md
@@ -3,3 +3,7 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
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
@@ -1,6 +1,6 @@
1
[package]
2
name = "universal-hash"
-version = "0.0.0"
+version = "0.1.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Trait for universal hash functions"
0 commit comments