Skip to content

Commit

Permalink
Merge pull request #215 from StackStorm/v1.2.0
Browse files Browse the repository at this point in the history
Update version to 1.2.0
  • Loading branch information
m4dcoder authored Oct 14, 2020
2 parents 6fc1c84 + d2145fc commit a633efb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Changelog
=========

In Progress
-----------
1.2.0
-----

Changed
~~~~~~~
* Run pep8 and docs in tox with python3.
* Use black https://pypi.org/project/black/ for code formatting.
* Update tox to return error if there are uncommitted schema changes.

Fixed
~~~~~

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

1.1.1
-----
Expand Down
2 changes: 1 addition & 1 deletion orquesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit a633efb

Please sign in to comment.