Skip to content

Commit dd5e7ec

Browse files
authored
cryptography v0.4.1 (#318)
1 parent 25f2064 commit dd5e7ec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptography/CHANGELOG.md

+6
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.4.1 (2020-09-29)
9+
### Added
10+
- `std` feature ([#317])
11+
12+
[#317]: https://github.com/RustCrypto/traits/pull/317
13+
814
## 0.4.0 (2020-09-25)
915
### Changed
1016
- Bump `signature` dependency to 1.2.0 ([#314])

cryptography/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptography"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["The RustCrypto Project Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "Facade crate for the RustCrypto project's traits"

0 commit comments

Comments
 (0)