Skip to content

Commit 67eca11

Browse files
committed
Updated changelog
1 parent 94d18ed commit 67eca11

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

arca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
99
"RequirementsStrategy", "VagrantBackend"]
10-
__version__ = "0.2.0a0"
10+
__version__ = "0.2.0"

docs/changes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changes
22
=======
33

4+
0.2.0 (2018-05-??)
5+
******************
6+
7+
This release has multiple backwards incompatible changes against the previous release
8+
9+
Changes:
10+
* Using extras to install Docker and Vagrant
11+
12+
* ``pip install arca[docker]`` or ``pip install arca[vagrant]`` has to be used
13+
14+
* Automatically using cloned repositories as reference for newly cloned branches
15+
* Using Debian as the default base image in the Docker backend:
16+
17+
* **apk_dependencies** changed to **apt_dependencies**, now installing using `apt-get`
18+
19+
* Vagrant backend only creates one VM, instead of multiple -- see its documentation
20+
* Added timeout to tasks -- 5 being the default
21+
422
0.1.1 (2018-04-23)
523
******************
624

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def long_description():
2020

2121
setup(
2222
name="arca",
23-
version="0.2.0a0",
23+
version="0.2.0",
2424
author="Mikuláš Poul",
2525
author_email="[email protected]",
2626
description="A library for running Python functions (callables) from git repositories "

0 commit comments

Comments
 (0)