diff --git a/docs/changelog.rst b/docs/changelog.rst index 96ce6b5..29b858a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Change Log v0.7 ---- +- v0.7.1 + - Added `Cookies.get_dict()`, for compatibility with `requests`. + - Fixed type conversion in C shim, by @qishipai. + - Fixed cookie `subdomains` attribute. + - v0.7.0 - Added more recent impersonate versions, up to Chrome 124. - Upgraded ``libcurl`` to 8.7.1. diff --git a/pyproject.toml b/pyproject.toml index 9a41ecc..defb135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "curl_cffi" -version = "0.7.0" +version = "0.7.1" authors = [{ name = "Yifei Kong", email = "kong@yifei.me" }] description = "libcurl ffi bindings for Python, with impersonation support." license = { file = "LICENSE" }