Skip to content

Commit

Permalink
Prep for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jul 14, 2018
1 parent a695a7e commit 941ed7f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This is a high level and scarce summary of the changes between releases. We
would recommend to consult log of the [DataLad git
repository](http://github.com/datalad/datalad-container) for more details.

## 0.2.1 (Jul 14, 2018) -- Explicit lyrics

- Add support `datalad run --explicit`.

## 0.2 (Jun 08, 2018) -- Docker

- Initial support for adding and running Docker containers.
Expand Down
2 changes: 1 addition & 1 deletion datalad_container/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2'
__version__ = '0.2.1'
35 changes: 20 additions & 15 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,39 @@ Change log
**********
::

____ _ _ _
| _ \ __ _ | |_ __ _ | | __ _ __| |
| | | | / _` || __| / _` || | / _` | / _` |
| |_| || (_| || |_ | (_| || |___ | (_| || (_| |
|____/ \__,_| \__| \__,_||_____| \__,_| \__,_|
Container
____ _ _ _
| _ \ __ _ | |_ __ _ | | __ _ __| |
| | | | / _` || __| / _` || | / _` | / _` |
| |_| || (_| || |_ | (_| || |___ | (_| || (_| |
|____/ \__,_| \__| \__,_||_____| \__,_| \__,_|
Container

This is a high level and scarce summary of the changes between releases.
We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

0.2 (Jun 08, 2018) -- Docker
----------------------------
0.2.1 (Jul 14, 2018) – Explicit lyrics
--------------------------------------

- Add support ``datalad run --explicit``.

0.2 (Jun 08, 2018) – Docker
---------------------------

- Initial support for adding and running Docker containers.
- Add support ``datalad run --sidecar``.
- Simplify storage of ``call_fmt`` arguments in the Git config, by
benefitting from ``datalad run`` being able to work with
single-string compound commmands.

0.1.2 (May 28, 2018) -- The docs
--------------------------------
0.1.2 (May 28, 2018) The docs
-------------------------------

- Basic beginner documentation

0.1.1 (May 22, 2018) -- The fixes
---------------------------------
0.1.1 (May 22, 2018) The fixes
--------------------------------

New features
~~~~~~~~~~~~
Expand All @@ -42,7 +47,7 @@ New features
API changes
~~~~~~~~~~~

- Use "name" instead of "label" for referring to a container (e.g.
- Use name instead of label for referring to a container (e.g.
``containers-run -n ...`` instead of ``containers-run -l``.

Fixes
Expand All @@ -51,8 +56,8 @@ Fixes
- Pass relative container path to ``datalad run``.
- ``containers-run`` no longer hides ``datalad run`` failures.

0.1 (May 19, 2018) -- The Release
---------------------------------
0.1 (May 19, 2018) The Release
--------------------------------

- Initial release with basic functionality to add, remove, and list
containers in a dataset, plus a ``run`` command wrapper that injects
Expand Down

0 comments on commit 941ed7f

Please sign in to comment.