0.9.0
Breaking changes
- Move the
flatten_into
method for converting domain names into a straight, flat form into a newFlattenInto
trait. This trait is only implemented for types that actually are or contain domain names. (#216) - Marked various methods and functions that return values without side effects as
#[must_use]
. ([#228] by @WhyNotHugo) - Changed the signature of
FoundSrvs::merge
to use a non-mutother
. (#232) - The minimum Rust version is now 1.67. (#235)
New