We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab2137 commit 49362f9Copy full SHA for 49362f9
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
+## [0.10.0] - 2024-07-24
8
9
* Added `asm` feature flag
10
Cargo.toml
@@ -4,7 +4,7 @@ repository = "https://github.com/rozbb/strobe-rs"
documentation = "https://docs.rs/strobe-rs"
description = "An implementation of the Strobe protocol framework in pure Rust"
readme = "README.md"
-version = "0.9.0"
+version = "0.10.0"
edition = "2021"
authors = ["Michael Rosenberg <[email protected]>"]
license = "MIT/Apache-2.0"
0 commit comments