Skip to content

Commit 604739b

Browse files
committed
Updating versions and docs
1 parent f252382 commit 604739b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arp-scan"
33
description = "A minimalistic ARP scan tool"
44
license = "AGPL-3.0-or-later"
5-
version = "0.10.0"
5+
version = "0.11.0"
66
authors = ["Saluki"]
77
edition = "2018"
88
readme = "README.md"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ARP scan finished, 5 hosts found in 1.623 seconds
6363
Download the `arp-scan` binary for Linux (Ubuntu, Fedora, Debian, ...). See the [releases page](https://github.com/Saluki/arp-scan-rs/releases) for other binaries.
6464

6565
```bash
66-
wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.10.0/arp-scan-v0.10.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan
66+
wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.11.0/arp-scan-v0.11.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan
6767
```
6868

6969
List all available network interfaces.
@@ -195,7 +195,8 @@ The features below will be shipped in the next releases of the project.
195195
- ~~Time estimations & bandwidth~~ - released in 0.10.0
196196
- ~~MAC vendor lookup in the results~~ - released in 0.9.0
197197
- ~~Fine-grained scan timings (interval)~~ - released in 0.8.0
198-
- Wide network range support & partial results on SIGINT
198+
- Wide network range support
199+
- ~~Partial results on SIGINT~~ - released in 0.11.0
199200
- Read network targets from file
200201
- Adding advanced packet options (padding, LLC, ...)
201202
- Enable bandwith control (exclusive with interval)

0 commit comments

Comments
 (0)