Skip to content

Commit

Permalink
Auto-merge for PR #96 via VersionBot
Browse files Browse the repository at this point in the history
Rename project to `network-manager`
  • Loading branch information
resin-io-modules-versionbot[bot] authored Oct 20, 2017
2 parents 5aa8495 + ace83d8 commit 67a848b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 - 2017-10-20

* Rename project to `network-manager` #96 [majorz]

## v0.7.2 - 2017-10-20

* Fix clippy warnings about cloned Rc #94 [majorz]
Expand Down
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "network_manager"
version = "0.7.2"
name = "network-manager"
version = "0.8.0"
authors = ["Joseph Roberts <joe@resin.io>", "Zahari Petkov <zahari@resin.io>"]
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"]
categories = ["api-bindings", "network-programming", "os::unix-apis"]
license = "Apache-2.0"

[dependencies]
dbus = "0.5"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
network_manager
network-manager
==============

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/resin-io-modules/NetworkManager/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/resin-io-modules/network_manager.svg?token=SsmNYChpKvn5yEXMkM2D&branch=master)](https://travis-ci.com/resin-io-modules/network_manager)
> Network Manager library in Rust
[![Build Status](https://travis-ci.org/resin-io-modules/network-manager.svg?branch=master)](https://travis-ci.org/resin-io-modules/network-manager)
> Rust NetworkManager bindings

0 comments on commit 67a848b

Please sign in to comment.