File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+
10
+ ## [ 0.3.0] - 2020-06-18
8
11
### Added
9
12
- Add support for configuring the service SID info.
10
13
- Add support for changing mandatory configuration settings on service.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " windows-service"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " A crate that provides facilities for management and implementation of windows services"
5
5
readme = " README.md"
6
- authors = [" Mullvad VPN <admin@mullvad.net> " , " Andrej Mihajlov <and@mullvad.net> " , " Linus Färnstrand <linus@mullvad.net> " ]
6
+ authors = [" Mullvad VPN" ]
7
7
keywords = [" windows" , " service" , " daemon" ]
8
- categories = [" api-bindings" ]
8
+ categories = [" api-bindings" , " os::windows-apis " ]
9
9
repository = " https://github.com/mullvad/windows-service-rs"
10
- license = " MIT/ Apache-2.0"
10
+ license = " MIT OR Apache-2.0"
11
11
edition = " 2018"
12
12
13
13
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments