Skip to content

Commit 74e1b19

Browse files
author
Yogesh Khater
committed
release 0.2.6
1 parent bd7181e commit 74e1b19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.6
2+
3+
* Assign automatic `:id` to step if task is a method object.
4+
15
# 0.2.5
26

37
* Patching now requires the [`:patch` option for `Subprocess`](http://2019.trailblazer.to/2.1/docs/activity.html#activity-dsl-options-patching

lib/trailblazer/activity/dsl/linear/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Version
33
module Activity
44
module DSL
55
module Linear
6-
VERSION = "0.2.5"
6+
VERSION = "0.2.6"
77
end
88
end
99
end

0 commit comments

Comments
 (0)