chore(release): prepare for v0.7.0

This commit is contained in:
Patrick Fernie 2024-03-23 08:27:06 -04:00
parent 8a79b2b47e
commit 8894297954
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# 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
### Documentation

View file

@ -1,6 +1,6 @@
[package]
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>"]
edition = "2018"
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"