Skip to content

Commit

Permalink
preparing for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Feb 6, 2023
1 parent bdc2ca3 commit 00b9289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 00b9289

Please sign in to comment.