We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d2320 commit 2f66861Copy full SHA for 2f66861
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.8.3 - 2018-01-10
8
+
9
+* Transitioning to CircleCI and running latest clippy and rustfmt #107 [majorz]
10
11
## v0.8.2 - 2017-10-20
12
13
* Do not include clippy as an optional dependency #100 [majorz]
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "network-manager"
3
-version = "0.8.2"
+version = "0.8.3"
authors = ["Joseph Roberts <joe@resin.io>", "Zahari Petkov <zahari@resin.io>"]
description = "Rust NetworkManager bindings"
homepage = "https://github.com/resin-io-modules/network-manager"
0 commit comments