Skip to content

Commit d803ec3

Browse files
chore: release v1.0.0-beta.1 (#13)
## 🤖 New release * `srp6`: 1.0.0-alpha.6 -> 1.0.0-beta.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.0.0-beta.1] - 2025-03-31 [1.0.0-beta.1]: sassman/ssd-benchmark-rs@1.0.0-alpha.6...1.0.0-beta.1 ### Features - Appendix b tests for 1024 bit group + sha512 support ([#17](#17)) - Consistent serde support + ci updates ([#12](#12)) ### Miscellaneous Tasks - Update thiserror requirement from 1.0 to 2.0 ([#15](#15)) - Update hex-literal requirement from 0.4 to 1.0 ([#16](#16)) - Update hex-literal requirement from 0.3 to 0.4 ([#7](#7)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Signed-off-by: Sven Kanoldt <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sven Kanoldt <[email protected]>
1 parent 4525462 commit d803ec3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
### 🛠️ Maintenance
9-
### ✨ Features
10-
### Contributors
11-
- [@sassman](https://github.com/sassman)
7+
## [1.0.0-beta.1] - 2025-03-31
8+
[1.0.0-beta.1]: https://github.com/sassman/ssd-benchmark-rs/compare/1.0.0-alpha.6...1.0.0-beta.1
129

13-
[Unreleased]: https://github.com/sassman/srp6-rs/compare/main...HEAD
10+
### Features
11+
12+
- Appendix b tests for 1024 bit group + sha512 support ([#17](https://github.com/sassman/srp6-rs/pull/17))
13+
- Consistent serde support + ci updates ([#12](https://github.com/sassman/srp6-rs/pull/12))
14+
15+
### Miscellaneous Tasks
16+
17+
- Update thiserror requirement from 1.0 to 2.0 ([#15](https://github.com/sassman/srp6-rs/pull/15))
18+
- Update hex-literal requirement from 0.4 to 1.0 ([#16](https://github.com/sassman/srp6-rs/pull/16))
19+
- Update hex-literal requirement from 0.3 to 0.4 ([#7](https://github.com/sassman/srp6-rs/pull/7))

0 commit comments

Comments
 (0)