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 4b8effb commit 400f488Copy full SHA for 400f488
2 files changed
rand_hc/CHANGELOG.md
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [unreleased]
+## [0.5.1] - 2026-06-16
8
### Changes
9
-- Clarify which version of HC-128 is implemented
+- Explicitly document which version of HC-128 is implemented ([#113])
10
+
11
+[#113]: https://github.com/rust-random/rngs/pull/113
12
13
## [0.5.0] - 2026-02-01
14
rand_hc/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_hc"
3
-version = "0.5.0"
+version = "0.5.1"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments