diff --git a/CHANGELOG.md b/CHANGELOG.md index da1d739a..a93f174f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ 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. -## unreleased () -- +## 0.5.2 (Nov 12, 2019) -- ### Fixes diff --git a/datalad_container/version.py b/datalad_container/version.py index 93b60a1d..45869b62 100644 --- a/datalad_container/version.py +++ b/datalad_container/version.py @@ -1 +1 @@ -__version__ = '0.5.1' +__version__ = '0.5.2' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0f9fd2c4..1de0e07b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -16,9 +16,21 @@ We would recommend to consult log of the `DataLad git repository `__ for more details. +0.5.2 (Nov 12, 2019) – +---------------------- + +Fixes +~~~~~ + +- The Docker adapter unconditionally called ``docker run`` with + ``--interactive`` and ``--tty`` even when stdin was not attached to a + TTY, leading to an error. + 0.5.1 (Nov 08, 2019) – ---------------------- +.. _fixes-1: + Fixes ~~~~~ @@ -38,7 +50,7 @@ New features - The default result renderer for ``containers-list`` is now a custom renderer that includes the container name in the output. -.. _fixes-1: +.. _fixes-2: Fixes ~~~~~ @@ -67,7 +79,7 @@ New features - During execution, ``containers-run`` now sets the environment variable ``DATALAD_CONTAINER_NAME`` to the name of the container. -.. _fixes-2: +.. _fixes-3: Fixes ~~~~~ @@ -84,7 +96,7 @@ Fixes 0.3.1 (Mar 05, 2019) – Upgrayeddd --------------------------------- -.. _fixes-3: +.. _fixes-4: Fixes ~~~~~ @@ -165,7 +177,7 @@ API changes - Use “name” instead of “label” for referring to a container (e.g. ``containers-run -n ...`` instead of ``containers-run -l``. -.. _fixes-4: +.. _fixes-5: Fixes ~~~~~ diff --git a/docs/source/conf.py b/docs/source/conf.py index ff4d4be5..1eb4987a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,7 +94,7 @@ def setup(sphinx): # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.