We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crankshaft-monitor
1 parent 8840bb7 commit 6f1cf28Copy full SHA for 6f1cf28
crankshaft-monitor/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 0.2.0 - 02-11-2026
11
+
12
+### Changed
13
14
+* Made `Monitor::start()` and `MonitorService::new()` async ([#60](https://github.com/stjude-rust-labs/crankshaft/pull/60)).
15
16
## 0.1.0 - 09-03-2025
17
18
#### Added
crankshaft-monitor/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "crankshaft-monitor"
3
description = "An implementation of a Crankshaft monitor server"
4
-version = "0.1.0"
+version = "0.2.0"
5
license.workspace = true
6
edition.workspace = true
authors.workspace = true
0 commit comments