Skip to content

Commit

Permalink
Release 0.7.2. (#187)
Browse files Browse the repository at this point in the history
New

* Added a new method `FoundSrvs::into_srvs` that converts the value into an
  iterator over the found SRV records without resolving them further.
  ([#174])

Bug Fixes

* Fix trait bounds on `FoundSrvs::into_stream` to make it usable again.
  ([#174])
  • Loading branch information
partim committed Mar 2, 2023
1 parent 6826b43 commit 25a7c60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "domain"
version = "0.7.1"
version = "0.7.2"
edition = "2018"
authors = ["Martin Hoffmann <[email protected]>"]
description = "A DNS library for Rust."
Expand Down
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 0.7.2

Released 2023-03-02

New

* Added a new method `FoundSrvs::into_srvs` that converts the value into an
iterator over the found SRV records without resolving them further.
([#174])

Bug Fixes

* Fix trait bounds on `FoundSrvs::into_stream` to make it usable again.
([#174])

[#174]: https://github.com/NLnetLabs/domain/pull/174


## 0.7.1

Released 2022-10-06.
Expand Down

0 comments on commit 25a7c60

Please sign in to comment.