Skip to content

Commit

Permalink
docs: 0.8.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Oct 28, 2023
1 parent 1500861 commit f66d8c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## 0.8.1
## 0.8.2 - 2023-10-28

* Fix typo in `Display` implementation (#59)
* Add .page() method to crate query builder (#61)
* Add `recent_downloads` field to FullCrate (#63)
* Derive more traits for `Author` (#64)
* String representaton for Sort::Relevance (#65)
* Add rust_version field to Version (#67)

## 0.8.1 - 2022-09-05

* Add `AsyncClient::with_http_client` constructor
* Add `Crate::max_stable_version` field
Expand Down Expand Up @@ -129,3 +138,4 @@ mainly to clean up and future-proof the API.
* Fix URL for the /summary endpoint
* Upgrade dependencies
* Add a simple test

0 comments on commit f66d8c8

Please sign in to comment.