From 58c1b21bb5bea7173ad6225d7909330fe4c15c63 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Aug 2020 04:48:34 +0200 Subject: [PATCH] (cargo-release) version 1.0.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4161dca..89cb6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.0.2] - 2020-08-10 - Compress release binaries. - Bump deps. @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Switch from Rocket to actix-web to make this work on stable Rust. -[Unreleased]: https://github.com/svenstaro/proby/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/svenstaro/proby/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/svenstaro/proby/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/svenstaro/proby/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/svenstaro/proby/compare/0.4.0...v1.0.0 [0.4.0]: https://github.com/svenstaro/proby/compare/0.3.0...0.4.0 diff --git a/Cargo.lock b/Cargo.lock index ce720e4..24cb75e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "proby" -version = "1.0.2-alpha.0" +version = "1.0.2" dependencies = [ "actix-rt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7e8ea2e..4573bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proby" -version = "1.0.2-alpha.0" +version = "1.0.2" authors = ["Sven-Hendrik Haase "] description = "Check whether hosts are reachable on certain ports and return result on HTTP" repository = "https://github.com/svenstaro/proby" diff --git a/README.md b/README.md index b3ecb3b..5bc3c35 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The default timeout is one second. ## CLI usage - proby 1.0.1 + proby 1.0.2 Sven-Hendrik Haase Check whether hosts are reachable on certain ports and return result on HTTP