Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Feb 10, 2017
1 parent 0601c5b commit 92f62c5
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,34 @@ Change Log
This document records all notable changes to Boatswain.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

`0.5.0`_ (2017-02-10)
---------------------

`0.5.0`_ (2017-02-10):
----------------------
* Build will now greedily try to build images instead of throwing an exception at the first error.
* Added error messages to failing builds
* Standardized return values (e.g. always a list)
* Refactored to reduce code duplication in boatswain class

* Build will now greedily try to build images instead of throwing an exception at the first error.
* Added error messages to failing builds
* Standardized return values (e.g. always a list)
* Refactored to reduce code duplication in boatswain class
`0.4.0`_ (2017-02-09)
---------------------

`0.4.0`_ (2017-02-09):
----------------------
* Progress timer now increases every second
* Improved error reporting (No longer uses an exception)

* Progress timer now increases every second
* Improved error reporting (No longer uses an exception)
`0.3.0`_ (2017-02-08)
---------------------

`0.3.0`_ (2017-02-08):
----------------------
* Added a whole bunch of tests
* Added the clean command
* Changed file layout from recursive to using from

* Added a whole bunch of tests
* Added the clean command
* Changed file layout from recursive to using from
`0.2.0`_ (2017-02-06)
---------------------

`0.2.0`_ (2017-02-06):
----------------------
* Added dry-run option
* Added ability to build only one image

* Added dry-run option
* Added ability to build only one image
`0.1.0`_ (2017-02-02)
---------------------

`0.1.0`_ (2017-02-02):
----------------------

* Initial release
* Initial release

0 comments on commit 92f62c5

Please sign in to comment.