We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3a02a commit c5464bbCopy full SHA for c5464bb
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.11.0] - 2026-02-18
11
+
12
### Changed
13
14
- **BREAKING CHANGE**: Extended `RestartPolicy::OnFailure` with two new fields to
Cargo.toml
@@ -3,7 +3,7 @@ name = "service-manager"
3
description = "Provides adapters to communicate with various operating system service managers"
4
categories = ["config"]
5
keywords = ["generator"]
6
-version = "0.10.0"
+version = "0.11.0"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2021"
homepage = "https://github.com/chipsenkbeil/service-manager-rs"
0 commit comments