Skip to content

Commit 6f1cf28

Browse files
committed
release: bumps crankshaft-monitor version to v0.2.0
1 parent 8840bb7 commit 6f1cf28

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crankshaft-monitor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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+
1016
## 0.1.0 - 09-03-2025
1117

1218
#### Added

crankshaft-monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crankshaft-monitor"
33
description = "An implementation of a Crankshaft monitor server"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
license.workspace = true
66
edition.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)