We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09ddb41 + 83dbe2f commit 2c4e9d8Copy full SHA for 2c4e9d8
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.0] - 2023-04-28
6
+
7
+### Performance
8
9
+- Reusable, internal buffer in sender/receiver
10
+- Improved nonce creation
11
12
## [0.1.0] - 2022-12-16
13
14
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "sframe"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
license = "MIT/Apache-2.0"
0 commit comments