Skip to content

Commit

Permalink
Bump to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 21, 2021
1 parent d85e607 commit e35e969
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -12,6 +12,16 @@ Changes
.. towncrier release notes start
0.20.0 (2021-07-21)
===================

Bugfixes
--------

- Accept auth parameter by `run()` method; it allows auto-pulling absent image from private storages. (#295)
- Fix passing of JSON params. (#543)
- Fix issue with unclosed response object in attach/exec. (#604)


0.19.1 (2020-07-09)
===================
Expand Down
1 change: 0 additions & 1 deletion CHANGES/295.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/543.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/604.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiodocker/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .exceptions import DockerContainerError, DockerError


__version__ = "0.19.1"
__version__ = "0.20.0"


__all__ = ("Docker", "DockerError", "DockerContainerError")

0 comments on commit e35e969

Please sign in to comment.