Skip to content

Commit 831365b

Browse files
committed
Release 0.13.0
1 parent 86ba61b commit 831365b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 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.12.0"
5+
version = "0.13.0"
66
authors = ["Saluki"]
77
edition = "2021"
88
readme = "README.md"

README.md

Lines changed: 2 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.12.0/arp-scan-v0.12.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.13.0/arp-scan-v0.13.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan
6767
```
6868

6969
Optionnaly, fetch the IEEE OUI reference file (CSV format) that contains all MAC address vendors.
@@ -209,7 +209,7 @@ The features below will be shipped in the next releases of the project.
209209
- ~~Time estimations & bandwidth~~ - released in 0.10.0
210210
- ~~MAC vendor lookup in the results~~ - released in 0.9.0
211211
- ~~Fine-grained scan timings (interval)~~ - released in 0.8.0
212-
- Wide network range support
212+
- ~~Wide network range support~~ - released in 0.13.0
213213
- ~~Partial results on SIGINT~~ - released in 0.11.0
214214
- ~~Read network targets from file~~ - released in 0.12.0
215215
- Adding advanced packet options (padding, LLC, ...)

0 commit comments

Comments
 (0)