Skip to content

Commit

Permalink
crypto-common v0.1.5 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 9, 2022
1 parent cbaec60 commit ea33e32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions crypto-common/CHANGELOG.md
Expand Up @@ -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.1.5 (2022-07-09)
### Fixed
- Support on-label MSRV ([#1049])

[#1049]: https://github.com/RustCrypto/traits/pull/1049

## 0.1.4 (2022-07-02)
### Added
- `getrandom` feature ([#1034])
Expand Down
2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "crypto-common"
description = "Common cryptographic traits"
version = "0.1.4"
version = "0.1.5"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ea33e32

Please sign in to comment.