Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Oct 21, 2023
1 parent 68b7a62 commit 2f56a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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).

## [0.2.1] - 2023-07-04
## [0.3.0] - 2023-10-21
- accept any 32 byte array as X25519 public key per RFC 7748
- breaking as TryFrom turned to From
- bump edition to 2021 throughout
- cargo clippy + fmt
- bump dependency versions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage = "https://github.com/ycrypto/salty"
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/ycrypto/salty"
version = "0.2.1"
version = "0.3.0"

[package]
name = "salty"
Expand Down

0 comments on commit 2f56a38

Please sign in to comment.