chore(release): prepare for v0.8.0
This commit is contained in:
parent
fa421ba75c
commit
2ec4afabcd
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.8.0] - 2024-05-31
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Update `cookie_store = "^0.21"`
|
||||||
|
|
||||||
## [0.7.0] - 2024-03-23
|
## [0.7.0] - 2024-03-23
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### Miscellaneous Tasks
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest_cookie_store"
|
name = "reqwest_cookie_store"
|
||||||
version = "0.7.0" # managed by release.sh
|
version = "0.8.0" # managed by release.sh
|
||||||
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"
|
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"
|
||||||
|
|
Loading…
Reference in a new issue