Skip to content

Commit cd942da

Browse files
author
release-plz
committed
chore: release
1 parent ae8e6fc commit cd942da

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.1] - 2023-07-17
6+
7+
### Bug Fixes
8+
9+
- Wrong auth tag size
10+
11+
### Features
12+
13+
- Crypto library feature handling
14+
- Openssl aead implemenation
15+
- Implement hkdf with openssl
16+
- Add openssl crypto crate stub
17+
- Update to draft enc-01
18+
519
## [0.2.0] - 2023-04-28
620

721
### Performance

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2021"
33
license = "MIT/Apache-2.0"
44
name = "sframe"
5-
version = "0.2.0"
5+
version = "0.2.1"
66

77
authors = [
88
"Tobias Waurick <[email protected]>",
@@ -53,4 +53,4 @@ ring = ["dep:ring"]
5353

5454
[[bench]]
5555
name = "bench_main"
56-
harness = false
56+
harness = false

0 commit comments

Comments
 (0)