Skip to content

Commit

Permalink
releasing 0.3.0 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Aug 10, 2020
1 parent b79f136 commit 646731f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.0

* Fix circuit interface callable to make `step task: :instance_method` use circuit signature.

# 0.2.9

* The `Path()` helper, when used with `:end_task` will now automatically _append_ the end task (or terminus) to `End.success`.
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.9"
VERSION = "0.3.0"
end
end
end
Expand Down

0 comments on commit 646731f

Please sign in to comment.