Skip to content

Commit d603368

Browse files
authored
gost94: release v0.10.4 (#421)
1 parent 5b67e73 commit d603368

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.

gost94/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.10.4 (2022-10-05)
9+
### Added
10+
- Feature-gated OID support ([#417])
11+
12+
[#417]: https://github.com/RustCrypto/hashes/pull/417
13+
814
## 0.10.3 (2022-09-03)
915
### Fixed
1016
- MSRV issue caused by `resolver = "2"` ([#402])

gost94/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gost94"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "GOST R 34.11-94 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)