Skip to content

Commit

Permalink
released version 2.1.0 and begun CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Apr 26, 2018
1 parent abe6985 commit 4fa180a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 2.1.0 (2018-04-26)

### Features

* Client now blocks until a connection to the server is established or a
maximum timeout has been reached, in which case, it raises a
ConnectionFailure exception.
* added ability to delete Docker images on the server to client
(via `DELETE /docker/:image`).
* added to the client the ability to register ephemeral bug descriptions with
the server (via `PUT /bugs/:id`).
* added `containers.patch` to `Client`, allowing patches to be sent from client
and applied to containers running on the server.
* added ability to persist containers as Docker images on the server.
2 changes: 1 addition & 1 deletion bugzoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.15'
__version__ = '2.1.0'

0 comments on commit 4fa180a

Please sign in to comment.