Skip to content

Commit

Permalink
releasing 0.2.7 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed May 22, 2020
1 parent 09b2e48 commit 0ec0920
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.2.7

* `Did you mean ?` suggestions on Linear::Sequence::IndexError.
* Introduce `Linear::Helper` module for strategy extensions in third-party gems.
* Convenient way to patch Subprocess itself using `patch` option.
* Allow multiple `Path()` macro per step.
* Small fix for defining instance methods as steps using circuit interface.

# 0.2.6

* Added `@fields` to `Linear::State` to save arbitrary data on the activity/strategy level.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/activity/dsl/linear/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version
module Activity
module DSL
module Linear
VERSION = "0.2.6"
VERSION = "0.2.7"
end
end
end
Expand Down

0 comments on commit 0ec0920

Please sign in to comment.