Skip to content

Commit eb0ab7b

Browse files
committed
rand_hc: Update changelog and bump version
1 parent 4b8effb commit eb0ab7b

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

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.

rand_hc/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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-
## [unreleased]
7+
## [0.5.1] - 2026-06-15
88
### Changes
9-
- Clarify which version of HC-128 is implemented
9+
- Explicitly document which version of HC-128 is implemented ([#113])
10+
11+
[#113]: https://github.com/rust-random/rngs/pull/113
1012

1113
## [0.5.0] - 2026-02-01
1214
### Changes

rand_hc/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_hc"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)