File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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.
6
12
7
13
Fixed
8
14
~~~~~
9
15
10
16
* Warn users when there is a loop and no start task identified. (bug fix)
11
17
* Lock global variables during initialization to make them thread safe. (bug fix)
12
18
* 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)
13
20
14
21
1.1.1
15
22
-----
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.1.1 "
15
+ __version__ = "1.2.0 "
You can’t perform that action at this time.
0 commit comments