Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 25, 2020
1 parent fcffea2 commit 6274722
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ Changes
.. towncrier release notes start
0.18.0 (2020-03-25)
===================

Features
--------

- Improve the error text message if cannot connect to docker engine. (#411)
- Rename `websocket()` to `attach()` (#412)
- Implement docker exec protocol. (#415)
- Implement container commit, pause and unpause functionality. (#418)
- Implement auto-versioning of the docker API by default. (#419)


Bugfixes
--------

- Fix volume.delete throwing a TypeError. (#389)


0.17.0 (2019-10-15)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/389.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/411.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/412.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/415.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/418.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/419.feature

This file was deleted.

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


__version__ = "0.18.0b1"
__version__ = "0.18.0"


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

0 comments on commit 6274722

Please sign in to comment.