Skip to content

Commit

Permalink
crypto v0.4.0 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Aug 10, 2022
1 parent c53bf5b commit 6af5706
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

26 changes: 26 additions & 0 deletions crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ 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.4.0 (2022-08-09)
### Added
- Re-export `crypto-common` as `common` ([#1076])

### Changed
- Bump `aead` to v0.5 ([#1058])
- Bump `cipher` to 0.4 ([#951])
- Bump `digest` dependency to v0.10 ([#850])
- Bump `elliptic-curve` to v0.12 ([#1009])
- Bump `password-hash` to v0.4 ([#961])
- Bump `signature` to v1.5 ([#867])
- Bump `universal-hash` to v0.5 ([#1061])

### Removed
- `mac` feature: merged into `digest` ([#1075])

[#850]: https://github.com/RustCrypto/traits/pull/850
[#867]: https://github.com/RustCrypto/traits/pull/867
[#951]: https://github.com/RustCrypto/traits/pull/951
[#961]: https://github.com/RustCrypto/traits/pull/961
[#1009]: https://github.com/RustCrypto/traits/pull/1009
[#1058]: https://github.com/RustCrypto/traits/pull/1058
[#1061]: https://github.com/RustCrypto/traits/pull/1061
[#1075]: https://github.com/RustCrypto/traits/pull/1075
[#1076]: https://github.com/RustCrypto/traits/pull/1076

## 0.3.0 (2021-06-08)
### Changed
- Bump `elliptic-curve` crate dependency to v0.10 ([#663])
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto"
version = "0.4.0-pre" # Also update html_root_url in lib.rs when bumping this
version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
description = """
Resources for building cryptosystems in Rust using the RustCrypto project's ecosystem.
"""
Expand Down

0 comments on commit 6af5706

Please sign in to comment.