Skip to content

Commit

Permalink
releasing 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Mar 2, 2020
1 parent f8e87d3 commit 6123495
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/trailblazer/developer/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Developer
VERSION = "0.0.10"
VERSION = "0.0.11"
end
end
end

2 comments on commit 6123495

@nickgrim
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit should probably have a 0.0.11 tag.

@yogeshjain999
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @nickgrim 🍻

Please sign in to comment.