reqwest_cookie_store_tokio/CHANGELOG.md

36 lines
567 B
Markdown
Raw Permalink Normal View History

2023-06-17 15:52:28 +00:00
# Changelog
2024-05-31 11:31:54 +00:00
## [0.8.0] - 2024-05-31
### Miscellaneous Tasks
- Update `cookie_store = "^0.21"`
2024-03-23 12:27:06 +00:00
## [0.7.0] - 2024-03-23
### Miscellaneous Tasks
- Update reqwest to v0.12.0
### Ci
- Remove `--topo-order` argument to `git-cliff`
2023-06-17 15:52:28 +00:00
## [0.6.0] - 2023-06-17
### Documentation
- Add CHANGELOG.md
- Update doctest to use `CookieStore::new()` in example
### Ci
- Update release.sh for git-cliff arg changes
- Change `reqwest` dependency specification to `^0.11` instead of specific version
- Setup for `git cliff` usage
### Refact
- Update to `cookie_store 0.20`