Skip to content

Commit b1a527a

Browse files
committed
Prepare release 0.10.0
1 parent 44b248d commit b1a527a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.9.0"
5+
version = "0.10.0"
66
authors = ["Saluki"]
77
edition = "2018"
88
readme = "README.md"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri
1818
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.
1919

2020
```bash
21-
wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.9.0/arp-scan-v0.9.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan
21+
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
2222
```
2323

2424
List all available network interfaces.
@@ -114,11 +114,11 @@ The features below will be shipped in the next releases of the project.
114114
- Make ARP scans faster
115115
- with a per-host retry approach
116116
- ~~by closing the response thread faster~~ - released in 0.8.0
117-
- Scan profiles (standard, attacker, light, ...)
117+
- ~~Scan profiles (standard, attacker, light, ...)~~ - released in 0.10.0
118118
- Complete VLAN support
119119
- ~~Exports (JSON & YAML)~~ - released in 0.7.0
120-
- Full ARP packet customization (Ethernet protocol, ARP operation, ...)
121-
- Time estimations & bandwidth
120+
- ~~Full ARP packet customization (Ethernet protocol, ARP operation, ...)~~ - released in 0.10.0
121+
- ~~Time estimations & bandwidth~~ - released in 0.10.0
122122
- ~~MAC vendor lookup in the results~~ - released in 0.9.0
123123
- ~~Fine-grained scan timings (interval)~~ - released in 0.8.0
124124
- Wide network range support

0 commit comments

Comments
 (0)