Skip to content

Commit

Permalink
changelog (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Sep 3, 2023
1 parent b1d9880 commit 00fbba6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

2023.9.0
--------

- aiobotocore to 2.5.4
- better ** support in bulk ops/glob (#769)
- default ACL to "private" rather than blank (#764)
- invalidate cache in rm_file (#762)
- closing client in running loop (#760)

2023.6.0
--------

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore~=2.5.0
fsspec==2023.6.0
aiobotocore~=2.5.4
fsspec==2023.9.0
aiohttp!=4.0.0a0, !=4.0.0a1

0 comments on commit 00fbba6

Please sign in to comment.