Skip to content

Commit f61efce

Browse files
committed
rand_chacha: version bump & changelog
1 parent c635bef commit f61efce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rand_chacha/CHANGELOG.md

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

7+
## [0.2.2] - 2020-01-20
8+
- Integrate `c2-chacha`, reducing dependency count (#931)
9+
710
## [0.2.1] - 2019-07-22
811
- Force enable the `simd` feature of `c2-chacha` (#845)
912

rand_chacha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_chacha"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)