We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6be2d commit a9845a9Copy full SHA for a9845a9
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [3.1.7] - 2026-03-19
19
+
20
+### Added
21
22
+- oneshot: Add TxOneshot::is_disconnected()
23
24
## [3.1.6] - 2026-03-18
25
26
### Added
Cargo.toml
@@ -3,7 +3,7 @@ members = ["test-suite"]
3
4
[package]
5
name = "crossfire"
6
-version = "3.1.6"
+version = "3.1.7"
7
authors = ["plan <frostyplanet@gmail.com>"]
8
edition = "2021"
9
license = "Apache-2.0"
0 commit comments