We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d267045 + 9e83583 commit 5b78be8Copy full SHA for 5b78be8
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+## [0.5.1](https://github.com/PlexSheep/netpulse/compare/v0.5.0...v0.5.1)
6
+
7
+### 🐛 Bug Fixes
8
9
+- *(analyze)* Ip analyze was always done with ipv4 - ([bff96c6](https://github.com/PlexSheep/netpulse/commit/bff96c6a403390ce94e118937b87f8d8acf5f3a3))
10
11
12
## [0.5.0](https://github.com/PlexSheep/netpulse/compare/v0.4.1...v0.5.0)
13
14
### 📚 Documentation
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
default-run = "netpulse"
name = "netpulse"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
publish = true
authors = ["Christoph J. Scherr <[email protected]>"]
0 commit comments