From 04c0b0c9ccd41404c92bc4e3de1e1e47e0a22ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Fri, 12 Apr 2024 16:57:25 +0200 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cb3b1..4932466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.7.0] - 2024-04-12 ### Added - Breaking: Add support for user-defined control codes in services. (See: `Service::notify` and `notify_service.rs` example). This is breaking since diff --git a/Cargo.toml b/Cargo.toml index 12deaa7..7edcb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-service" -version = "0.6.0" +version = "0.7.0" description = "A crate that provides facilities for management and implementation of windows services" readme = "README.md" authors = ["Mullvad VPN"]