From 61234950eb4770d40347c03658ae233105dea8ee Mon Sep 17 00:00:00 2001 From: Yogesh Khater Date: Mon, 2 Mar 2020 22:11:53 +0530 Subject: [PATCH] releasing 0.0.11 --- lib/trailblazer/developer/CHANGES.md | 6 ++++++ lib/trailblazer/developer/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/trailblazer/developer/CHANGES.md b/lib/trailblazer/developer/CHANGES.md index a9af2d3..bf42a8a 100644 --- a/lib/trailblazer/developer/CHANGES.md +++ b/lib/trailblazer/developer/CHANGES.md @@ -1,3 +1,9 @@ +# 0.0.11 + +* Allow injecting custom data collector in Trace API, to collect custom input/output ctx of task nodes. +* Allow focusing on specfic steps and ctx variables in Dev.wtf? +* Allow custom inspection while tracing using Inspector definations + # 0.0.10 * Make Generate::Pipeline an activity for better customization/extendability. diff --git a/lib/trailblazer/developer/version.rb b/lib/trailblazer/developer/version.rb index 9e5549b..8403e23 100644 --- a/lib/trailblazer/developer/version.rb +++ b/lib/trailblazer/developer/version.rb @@ -1,7 +1,7 @@ module Trailblazer module Version module Developer - VERSION = "0.0.10" + VERSION = "0.0.11" end end end