Skip to content

Commit

Permalink
releasing 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Aug 19, 2020
1 parent 5bc1100 commit b457ae9
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.6.4

* Remove container support. Containers should be part of `ctx` itself

## 0.6.3

* Require forwardable module from standard lib.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/operation/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Operation
VERSION = "0.6.3"
VERSION = "0.6.4"
end
end
end

0 comments on commit b457ae9

Please sign in to comment.