Skip to content

Commit 3182f68

Browse files
authored
cryptography v0.4 (#315)
1 parent 3ef2f36 commit 3182f68

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.0 (2020-09-25)
9+
### Changed
10+
- Bump `signature` dependency to 1.2.0 ([#314])
11+
- Bump `elliptic-curve` dependency to 0.6 ([#302])
12+
- Bump `stream-cipher` dependency to 0.7 ([#260])
13+
14+
[#314]: https://github.com/RustCrypto/traits/pull/314
15+
[#302]: https://github.com/RustCrypto/traits/pull/302
16+
[#260]: https://github.com/RustCrypto/traits/pull/260
17+
818
## 0.3.0 (2020-08-10)
919
### Added
1020
- `elliptic-curve` feature ([#213])

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.3.0"
3+
version = "0.4.0"
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)