From 00b92891dd2be321da5ab5c929047c3c80b60c3a Mon Sep 17 00:00:00 2001 From: Giuliano Bellini s294739 Date: Mon, 6 Feb 2023 23:02:50 +0100 Subject: [PATCH] preparing for v1.1.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653e000cf..65276faec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Sniffnet releases with the relative changes are documented in this file. -## [1.1.0] - 2023-xx-xx +## [1.1.0] - 2023-02-07 - Added Custom Notifications to inform the user when defined network events occur: * data intensity exceeded a defined packets per second rate diff --git a/Cargo.lock b/Cargo.lock index 3e0bf2bae..522fb5a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,7 +2780,7 @@ dependencies = [ [[package]] name = "sniffnet" -version = "1.0.1" +version = "1.1.0" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index afe78edcb..3c3f764f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sniffnet" -version = "1.0.1" +version = "1.1.0" authors = ["Giuliano Bellini"] edition = "2021" description = "Application to comfortably monitor your network traffic" @@ -37,4 +37,3 @@ maxminddb = "0.23.0" confy = "0.5.1" serde = { version = "1.0.152", default_features = false, features = ["derive"] } rodio = { version = "0.16.0", default_features = false, features = ["mp3"] } -# dns-lookup = "1.0.8"