chore(release): prepare for v0.7.0
This commit is contained in:
parent
8a79b2b47e
commit
8894297954
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.7.0] - 2024-03-23
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Update reqwest to v0.12.0
|
||||||
|
|
||||||
|
### Ci
|
||||||
|
|
||||||
|
- Remove `--topo-order` argument to `git-cliff`
|
||||||
|
|
||||||
## [0.6.0] - 2023-06-17
|
## [0.6.0] - 2023-06-17
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest_cookie_store"
|
name = "reqwest_cookie_store"
|
||||||
version = "0.6.0" # managed by release.sh
|
version = "0.7.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