Skip to content

Commit

Permalink
aead v0.6.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 8, 2024
1 parent ea334c2 commit 9020540
Show file tree
Hide file tree
Showing 3 changed files with 37 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.

35 changes: 35 additions & 0 deletions aead/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ 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).

## Unreleased
### Fixed
- minor documentation error in `AeadCore::TagSize` ([#1351])
- fixup `hybrid-array` migration ([#1531])

### Changed
- Migrate to `doc_auto_cfg` ([#1370])
- Exclude pre-1.60 crates from workspace ([#1380])
- bump `crypto-common` to v0.2.0-pre; MSRV 1.65 ([#1384])
- Bump `heapless` dependency to v0.8 ([#1398])
- Bump `hybrid-array` to v0.2.0-pre.6 ([#1432])
- Bump `crypto-common` to v0.2.0-pre.1 ([#1433])
- Bump `crypto-common` to v0.2.0-pre.2 ([#1436])
- Bump `hybrid-array` to v0.2.0-pre.8 ([#1438])
- Bump `crypto-common` and `hybrid-array` ([#1469])
- Bump `crypto-common` to v0.2.0-pre.5 ([#1496])

### Added
- enable `missing_debug_implementations` lint and add `Debug` impls ([#1411])


[#1351]: https://github.com/RustCrypto/traits/pull/1351
[#1370]: https://github.com/RustCrypto/traits/pull/1370
[#1380]: https://github.com/RustCrypto/traits/pull/1380
[#1384]: https://github.com/RustCrypto/traits/pull/1384
[#1398]: https://github.com/RustCrypto/traits/pull/1398
[#1411]: https://github.com/RustCrypto/traits/pull/1411
[#1432]: https://github.com/RustCrypto/traits/pull/1432
[#1433]: https://github.com/RustCrypto/traits/pull/1433
[#1436]: https://github.com/RustCrypto/traits/pull/1436
[#1438]: https://github.com/RustCrypto/traits/pull/1438
[#1469]: https://github.com/RustCrypto/traits/pull/1469
[#1496]: https://github.com/RustCrypto/traits/pull/1496
[#1531]: https://github.com/RustCrypto/traits/pull/1531

## 0.5.2 (2023-04-02)
### Added
- `arrayvec` feature ([#1219])
Expand Down
2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aead"
version = "0.6.0-pre"
version = "0.6.0-pre.0"
description = """
Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
Expand Down

0 comments on commit 9020540

Please sign in to comment.