From 5515b8bf1c200cbce740f3f8fcad87e23545f0c8 Mon Sep 17 00:00:00 2001 From: majorz Date: Fri, 20 Oct 2017 16:40:00 +0300 Subject: [PATCH 1/2] Cargo keyword containing space Change-Type: patch Connects-To: #97 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2eb57f0..0900ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Joseph Roberts ", "Zahari Petkov "] description = "Rust NetworkManager bindings" homepage = "https://github.com/resin-io-modules/network-manager" repository = "https://github.com/resin-io-modules/network-manager" -keywords = ["NetworkManager", "network manager", "networking", "Wi-Fi", "wifi"] +keywords = ["NetworkManager", "network-manager", "networking", "Wi-Fi", "wifi"] categories = ["api-bindings", "network-programming", "os::unix-apis"] license = "Apache-2.0" From 24edbdbe790cd268cd53dd60ee463c2a0a3f30ca Mon Sep 17 00:00:00 2001 From: "resin-io-modules-versionbot[bot]" Date: Fri, 20 Oct 2017 14:00:10 +0000 Subject: [PATCH 2/2] v0.8.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f18fd..3f92796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v0.8.1 - 2017-10-20 + +* Cargo keyword containing space #98 [majorz] + ## v0.8.0 - 2017-10-20 * Rename project to `network-manager` #96 [majorz] diff --git a/Cargo.toml b/Cargo.toml index 0900ad6..252fc27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "network-manager" -version = "0.8.0" +version = "0.8.1" authors = ["Joseph Roberts ", "Zahari Petkov "] description = "Rust NetworkManager bindings" homepage = "https://github.com/resin-io-modules/network-manager"