2023-06-17 15:52:28 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## [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`
|
|
|
|
|