-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
Breaking changes * Renamed the `man` command to `help`. ([18]) * The default query type for the `query` command is now `AAAA`. ([#4]) New * Added a new `lookup` command. ([#10]) * Added new output formats `friendly` and `table`. The `friendly` format is the new default format. ([#20], [#27]) * Output a placeholder for unparseable record data rather than erroring out. ([#22]) * Flags can now be set and unset in the `query` command. ([#23]) * The `query` command now also supports TLS. ([#24]) * IP addresses can now be used as the query name of the `query` command. They will be translated into the standard reverse pointer names. In this case, if no explicit query type is given, `PTR` will be used. ([#25]) Other changes * Increased minimum supported Rust version to 1.78. * Binary packages are now built and distributed via the [NLnetLabs Package repository](https://nlnetlabs.nl/packages/).
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, ubuntu:xenial, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, debian:buster, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (rtrtr, debian:bullseye, armv7-unknown-linux-musleabihf)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, debian:buster, arm-unknown-linux-musleabihf)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, ubuntu:bionic, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, debian:bookworm, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, ubuntu:focal, x86_64)
Check notice on line 1 in Cargo.toml GitHub Actions / package / pkg (dnsi, debian:bullseye, x86_64)
|
||
name = "dnsi" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
rust-version = "1.78.0" | ||
authors = ["NLnet Labs <[email protected]>"] | ||
|