Skip to content

Commit 2c4e9d8

Browse files
author
Tobias Waurick
authored
Merge pull request #25 from goto-opensource/release-plz/2023-04-28T14-01-40Z
chore: release v0.2.0
2 parents 09ddb41 + 83dbe2f commit 2c4e9d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.2.0] - 2023-04-28
6+
7+
### Performance
8+
9+
- Reusable, internal buffer in sender/receiver
10+
- Improved nonce creation
11+
512
## [0.1.0] - 2022-12-16
613

714
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sframe"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66

0 commit comments

Comments
 (0)