Skip to content

Commit f6852b2

Browse files
authored
crypto_kx v0.1.0 (#61)
1 parent 95b5536 commit f6852b2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto_kx/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,17 @@ 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.1.0 (2022-08-13)
9+
### Changed
10+
- Bump `blake2` to v0.10 ([#22])
11+
- Upgrade to Rust 2021 edition; MSRV 1.56 ([#42])
12+
- Use `serdect` crate ([#59])
13+
- Select `x25519-dalek` backend automatically ([#60])
14+
15+
[#22]: https://github.com/RustCrypto/nacl-compat/pull/22
16+
[#42]: https://github.com/RustCrypto/nacl-compat/pull/42
17+
[#59]: https://github.com/RustCrypto/nacl-compat/pull/59
18+
[#60]: https://github.com/RustCrypto/nacl-compat/pull/60
19+
820
## 0.0.1 (2021-09-13)
921
- Initial release

crypto_kx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto_kx"
3-
version = "0.1.0-pre"
3+
version = "0.1.0"
44
description = "Pure Rust implementation of libsodium's crypto_kx using BLAKE2"
55
authors = ["C4DT", "RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)