Skip to content

Commit a633efb

Browse files
authored
Merge pull request #215 from StackStorm/v1.2.0
Update version to 1.2.0
2 parents 6fc1c84 + d2145fc commit a633efb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
Changelog
22
=========
33

4-
In Progress
5-
-----------
4+
1.2.0
5+
-----
6+
7+
Changed
8+
~~~~~~~
9+
* Run pep8 and docs in tox with python3.
10+
* Use black https://pypi.org/project/black/ for code formatting.
11+
* Update tox to return error if there are uncommitted schema changes.
612

713
Fixed
814
~~~~~
915

1016
* Warn users when there is a loop and no start task identified. (bug fix)
1117
* Lock global variables during initialization to make them thread safe. (bug fix)
1218
* Workflow stuck in running if one or more items failed in a with items task. (bug fix)
19+
* Fix use case where a failed with items task is run again if the task is in a cycle. (bug fix)
1320

1421
1.1.1
1522
-----

orquesta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.1.1"
15+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)