Skip to content

Commit

Permalink
Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Aug 25, 2018
1 parent d7c9a60 commit 55a8d84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changes
=======

0.3.0 (2018-08-??)
0.3.0 (2018-08-25)
******************

Changes
* Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (**BACKWARDS INCOMPATIBLE**)
* Added support for installing requirements using `Pipenv <https://docs.pipenv.org/>`_.
The directory containing ``Pipfile`` and ``Pipfile.lock`` is set by the backend option **pipfile_location**, by default the root of the repository is selected.
The Pipenv files take precedence over regular requirement files.
* The ``Result`` class now has two more attributes, ``stdout`` and ``stderr`` with the outputs of launched tasks to standard output and error.
Priting is therefore now allowed in the endpoints.
* Using UTF-8 locale in Docker images used in ``DockerBackend``.
* Supporting Python 3.7.

0.2.1 (2018-06-11)
******************
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description():

setup(
name="arca",
version="0.2.1",
version="0.3.0",
author="Mikuláš Poul",
author_email="[email protected]",
description="A library for running Python functions (callables) from git repositories "
Expand Down

0 comments on commit 55a8d84

Please sign in to comment.