Skip to content

[0.1.2] - 2023-01-16

Compare
Choose a tag to compare
@benfalk benfalk released this 16 Jan 14:57
· 6 commits to master since this release
df629eb

Removed

  • Requirement for Debug and Clone for types T in SearchResults
    is no longer required in order for Client#search to return results.
    Now if the type T does implement both/either trait then
    SearchResults will also have that functionality.