Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Oct 29, 2018
1 parent e017a7e commit 15c00f8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ This document records all notable changes to Boatswain.
This project adheres to `Semantic Versioning <http://semver.org/>`_.


`1.0.2`_
`1.0.3`_
* Added a non-zero exit code when a build fails
* Added a build summary show succesful and non-succesfully built images
* Added a keep-building (-k) command line argument
* Building now stops at the first failed image by default

`1.0.2`_
* Correct citation.cff file

`1.0.1`_
--------
* Fixed some packaging things

`1.0.0`_
-------
--------

* Fixed help text of push command
* Fixed extraction of image id from docker response in some cases
Expand All @@ -27,14 +30,15 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.


`0.7.0`_ (2017-04-03)
----------
---------------------

* Added a 'before' and 'command' key to the build definition. This is a list of commands that need to be staged into the context directory.
* Added a 'before' and 'command' key to the build definition.
This is a list of commands that need to be staged into the context directory.
* Default verbosity only shows 1 progress bar for all images
* Changed progress indication to full white block

`0.6.0`_ (2017-03-09)
--------------------
---------------------

* Added the tree command which will print the tree of the boatswain file
* Added quiet and extra verbose modes
Expand Down Expand Up @@ -88,3 +92,4 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
.. _1.0.0: https://github.com/nlesc-sherlock/boatswain/compare/0.7.0...1.0.0
.. _1.0.1: https://github.com/nlesc-sherlock/boatswain/compare/1.0.0...1.0.1
.. _1.0.2: https://github.com/nlesc-sherlock/boatswain/compare/1.0.1...1.0.2
.. _1.0.3: https://github.com/nlesc-sherlock/boatswain/compare/1.0.2...1.0.3
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/NLeSC/boatswain"
title: boatswain
version: "1.0.2"
version: "1.0.3"
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}],
"keywords": ["docker", "docker-compose", "containers"],
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"version": "1.0.2",
"version": "1.0.3",
"identifier": "https://doi.org/10.5281/zenodo.1149011",
"name": "boatswain"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3

[bdist_wheel]
universal = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name='boatswain',
version='1.0.2',
version='1.0.3',
url='https://github.com/nlesc-sherlock/boatswain',
license='Apache Software License',
author='Berend Weel',
Expand Down

0 comments on commit 15c00f8

Please sign in to comment.