Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [1.0.0-beta.2] - 2025-04-23
[1.0.0-beta.2]: https://github.com/sassman/ssd-benchmark-rs/compare/1.0.0-beta.1...1.0.0-beta.2

### Miscellaneous Tasks

- Add some missing metadata to the cargo manifest ([#21](https://github.com/sassman/srp6-rs/pull/21))

<!-- generated by git-cliff -->
## [1.0.0-beta.1] - 2025-03-31
[1.0.0-beta.1]: https://github.com/sassman/ssd-benchmark-rs/compare/1.0.0-alpha.6...1.0.0-beta.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srp6"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
authors = ["Sven Kanoldt <[email protected]>"]
repository = "https://github.com/sassman/srp6-rs"
categories = ["Cryptography"]
Expand Down