diff --git a/.gitignore b/.gitignore index 53208e6..53a6b35 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ target/ # IDEA IDE files .idea/ -*.iml \ No newline at end of file +*.iml +.pytest_cache \ No newline at end of file diff --git a/README.rst b/README.rst index e6f83fa..8b2d4f3 100644 --- a/README.rst +++ b/README.rst @@ -122,9 +122,14 @@ as desired. The return type also needs to be registered with the History ~~~~~~~ -0.6.0 (UNRELEASED) +0.6.0 (2020-10-27) `````````````````` - +- `aiofiles` is now tested on ppc64le. +- Added `name` and `mode` properties to async file objects. + `#82 `_ +- Fixed a DeprecationWarning internally. + `#75 `_ +- Python 3.9 support and tests. 0.5.0 (2020-04-12) ``````````````````