We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7181e commit 74e1b19Copy full SHA for 74e1b19
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.2.6
2
+
3
+* Assign automatic `:id` to step if task is a method object.
4
5
# 0.2.5
6
7
* 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
@@ -3,7 +3,7 @@ module Version
module Activity
module DSL
module Linear
- VERSION = "0.2.5"
+ VERSION = "0.2.6"
end
8
9
0 commit comments