gost94: release v0.10.4 (#421)

This commit is contained in:
Artyom Pavlov
2022-10-05 15:01:58 +00:00
committed by GitHub
parent 5b67e7364b
commit d603368779
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -96,7 +96,7 @@ dependencies = [
[[package]]
name = "gost94"
version = "0.10.3"
version = "0.10.4"
dependencies = [
"digest",
"hex-literal",

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.10.4 (2022-10-05)
### Added
- Feature-gated OID support ([#417])
[#417]: https://github.com/RustCrypto/hashes/pull/417
## 0.10.3 (2022-09-03)
### Fixed
- MSRV issue caused by `resolver = "2"` ([#402])

View File

@@ -1,6 +1,6 @@
[package]
name = "gost94"
version = "0.10.3"
version = "0.10.4"
description = "GOST R 34.11-94 hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"