Skip to content

Commit

Permalink
releasing 0.2.5. 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Jan 8, 2020
1 parent ab85def commit 66b7000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.5

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

# 0.2.4

* Add a minimal API for patching nested activities. This allows customizing deeply-nested activities without changing the original.
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.4"
VERSION = "0.2.5"
end
end
end
Expand Down

0 comments on commit 66b7000

Please sign in to comment.