Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 13, 2024
1 parent e40decc commit d1e55dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit d1e55dd

Please sign in to comment.