Skip to content

Commit 574a6b8

Browse files
committed
Bump version to 0.3.0 and update crate metadata
1 parent daafef5 commit 574a6b8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.3.0] - 2020-06-18
811
### Added
912
- Add support for configuring the service SID info.
1013
- Add support for changing mandatory configuration settings on service.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "windows-service"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A crate that provides facilities for management and implementation of windows services"
55
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"]
77
keywords = ["windows", "service", "daemon"]
8-
categories = ["api-bindings"]
8+
categories = ["api-bindings", "os::windows-apis"]
99
repository = "https://github.com/mullvad/windows-service-rs"
10-
license = "MIT/Apache-2.0"
10+
license = "MIT OR Apache-2.0"
1111
edition = "2018"
1212

1313
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)