Skip to content

Commit 5712ed0

Browse files
authored
k12 v0.1.0 (#159)
1 parent 71e4a95 commit 5712ed0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

k12/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.0 (2020-06-09)
9+
### Changed
10+
- Update to `digest` v0.9 release; MSRV 1.41+ ([#155])
11+
- Use `digest` crate's `alloc` feature ([#150])
12+
- Impl the `ExtendableOutput` trait ([#149])
13+
- Rename `*result*` to `finalize` ([#148])
14+
- Upgrade to Rust 2018 edition ([#123])
15+
16+
[#155]: https://github.com/RustCrypto/hashes/pull/155
17+
[#150]: https://github.com/RustCrypto/hashes/pull/150
18+
[#149]: https://github.com/RustCrypto/hashes/pull/149
19+
[#148]: https://github.com/RustCrypto/hashes/pull/148
20+
[#123]: https://github.com/RustCrypto/hashes/pull/123
21+
822
## 0.0.1 (2020-05-24)
923
- Initial release

k12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k12"
3-
version = "0.1.0-pre"
3+
version = "0.1.0"
44
description = "Experimental pure Rust implementation of the KangarooTwelve hash function"
55
authors = ["Diggory Hardy <[email protected]>"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)