mirror of https://github.com/docker/docker-py.git
Added ChangeLog
This commit is contained in:
parent
2c186304a8
commit
f3c91c8d58
|
@ -0,0 +1,32 @@
|
|||
ChangeLog
|
||||
=========
|
||||
|
||||
0.0.6
|
||||
-----
|
||||
* Added support for custom loggers in `Client.build`
|
||||
* Added `Client.attach` command
|
||||
* Added support for `ADD` command in builder
|
||||
* Fixed a bug in `Client.logs`
|
||||
* Improved unit tests
|
||||
|
||||
|
||||
0.0.5
|
||||
-----
|
||||
* Added tag support for the builder
|
||||
* Use `shlex` to parse plain string commands when creating a container
|
||||
* Fixed several bugs in the builder
|
||||
* Fixed the `quiet` option in `Client.images`
|
||||
* Unit tests
|
||||
|
||||
0.0.4
|
||||
-----
|
||||
* Improved error reporting
|
||||
|
||||
0.0.3
|
||||
-----
|
||||
* Fixed a bug in `Client.tag`
|
||||
* Fixed a bug where generated images would be removed after a successful build
|
||||
|
||||
0.0.2
|
||||
-----
|
||||
* Implemented first version of the builder client
|
Loading…
Reference in New Issue