CHANGES.md in trailblazer-activity-0.12.2 vs CHANGES.md in trailblazer-activity-0.13.0
- old
+ new
@@ -1,4 +1,12 @@
+# 0.13.0
+
+* Removed `TaskWrap::Inject::Defaults`. This is now implemented through `dsl`'s `:inject` option.
+* Removed `TaskWrap::VariableMapping.Extension`.
+* Renamed private `TaskWrap::VariableMapping.merge_for` to `.merge_instructions_for` as there's no {Merge} instance, yet.
+* Extract invocation logic in `TaskBuilder::Task` into `Task#call_option`.
+* Add `TaskWrap::Pipeline::prepend`.
+
# 0.12.2
* Use extracted `trailblazer-option`.
# 0.12.1