Skip to content

Commit 4d62785

Browse files
authored
Merge pull request #154 from StackStorm/increment_version
Update version to 0.5
2 parents e32d561 + 26b256a commit 4d62785

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Changelog
22
=========
33

4+
0.5
5+
---
6+
7+
Added
8+
~~~~~
9+
10+
* Add flake8 extension to restrict import alias. (improvement)
11+
* Add developer docs on getting started, testing, and StackStorm integration. (improvement)
12+
13+
Changed
14+
~~~~~~~
15+
16+
* Refactor concept of task flow to workflow and task state. (improvement)
17+
* Restrict ctx function from returning internal vars. (improvement)
18+
19+
Fixed
20+
~~~~~
21+
22+
* Fix conductor performance for complex workflow definition. (bug fix)
23+
* Fix overwritten context variables on task join. (bug fix)
24+
* Fix with items task stuck in running when item(s) failed. (bug fix)
25+
* Fix task status for various scenarios on with item task. (bug fix)
26+
* Fix return value of item that evaluate to false. (bug fix)
27+
* Fix workflow stuck in resuming when pending task has transition error. (bug fix)
28+
429
0.4
530
---
631

orquesta/__init__.py

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

13-
__version__ = '0.4'
13+
__version__ = '0.5'

0 commit comments

Comments
 (0)