chore(release): prepare for v0.6.0
This commit is contained in:
parent
7bda5b86ac
commit
74b150b1f3
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest_cookie_store"
|
||||
version = "0.5.0" # managed by release.sh
|
||||
version = "0.6.0" # managed by release.sh
|
||||
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"
|
||||
|
|
Loading…
Reference in a new issue