Skip to content

Commit 30a7941

Browse files
committed
Bump belt-hash to v0.1.1
1 parent e843180 commit 30a7941

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

belt-hash/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1 (2022-11-22)
9+
### Added
10+
- `belt_compress` function ([#520])
11+
12+
[#520]: https://github.com/RustCrypto/hashes/pull/520
13+
814
## 0.1.0 (2022-09-23)
915
- Initial release ([#416])
1016

belt-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-hash"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "BelT hash function (STB 34.101.31-2020)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)