Skip to content

Commit e9b9898

Browse files
authored
Prepare v0.12 release (#17)
1 parent 144c03c commit e9b9898

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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-
## Unrelease
7+
## [0.12.0] - 2026-02-09
88

9-
* Renamed `std` feature to `kat`. Not breaking bc this is only used in testing
9+
* Renamed `std` feature to `kat`. This is not breaking because the features is only used for testing.
1010

1111
## [0.11.0] - 2025-11-24
1212

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository = "https://github.com/rozbb/strobe-rs"
44
documentation = "https://docs.rs/strobe-rs"
55
description = "An implementation of the Strobe protocol framework in pure Rust"
66
readme = "README.md"
7-
version = "0.11.0"
7+
version = "0.12.0"
88
edition = "2021"
99
authors = ["Michael Rosenberg <michael@mrosenberg.pub>"]
1010
license = "MIT/Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Tests
8383

8484
To run tests, execute
8585
```shell
86-
cargo test --features "std"
86+
cargo test --features "kat"
8787
```
8888

8989
This includes known-answer tests, which test against JSON-encoded test vectors in the [kat/](kat/) directory. To verify these test vectors against the reference Python implementation, `cd` into `kat/`, run `python2 verify_test_vector.py` and follow the included instructions.

0 commit comments

Comments
 (0)