Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Aug 25, 2023
1 parent ae34e93 commit 8f1a116
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.0.0

- Added support for /db/_purge endpoint, which allows to remove all references to a document
- Added `Document.json` property, which is a dict representing the document data
- Added `HTTPResponse` as return from certain `Document` endpoints that may give 202 Accepted HTTP status codes
- Improved documentation
- [BREAKING] `Document.clone()` no longer returns the cloned document

# v2.2.2

- Fixed BasicAuth for UTF-8 encoded credentials
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
version = 2.2.2
version = 3.0.0
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
Expand Down

0 comments on commit 8f1a116

Please sign in to comment.