From cfcd08be2be0b3699217322c91b2b5fe999f6009 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:47:11 +0000 Subject: [PATCH] chore: release v1.0.0-beta.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748528a..a510d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + ## [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 diff --git a/Cargo.toml b/Cargo.toml index 5d31fd9..edb9a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srp6" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" authors = ["Sven Kanoldt "] repository = "https://github.com/sassman/srp6-rs" categories = ["Cryptography"]