From 483def4552d7bcf2585c6dec196e41e7b42f74b7 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Tue, 24 Mar 2020 15:42:59 +0100 Subject: [PATCH] Bump to version "1.0.1" --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00217ac..ab5b9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.0] - 2020-03-24 + +### Add +Process multiple addresses per host and ignore MAC addresses. + ## [1.0.0] - 2019-04-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7436cd0..462d481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "nmap-analyze" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clams 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 65bba28..d1864b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmap-analyze" -version = "1.0.0" +version = "1.0.1" authors = ["Lukas Pustina "] description = "Analyzes nmap xml output and compares results with expected specification" repository = "https://github.com/lukaspustina/nmap-analyze.git"