Skip to content

Commit

Permalink
Release md2 v0.10.2 and md4 v0.10.2 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 5, 2022
1 parent e07cc2d commit b501735
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 45 deletions.
62 changes: 21 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion md2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2 (UNRELEASED)
## 0.10.2 (2022-10-05)
### Added
- Feature-gated OID support ([#419])

Expand Down
2 changes: 1 addition & 1 deletion md2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "md2"
version = "0.10.1"
version = "0.10.2"
license = "MIT OR Apache-2.0"
authors = ["RustCrypto Developers"]
description = "MD2 hash function"
Expand Down
2 changes: 1 addition & 1 deletion md4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2 (UNRELEASED)
## 0.10.2 (2022-10-05)
### Added
- Feature-gated OID support ([#418])

Expand Down
2 changes: 1 addition & 1 deletion md4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "md4"
version = "0.10.1"
version = "0.10.2"
description = "MD4 hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b501735

Please sign in to comment.