Skip to content

Commit

Permalink
releasing 0.16.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Oct 8, 2024
1 parent 0511f24 commit 5817613
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.16.3

* Fix a bug in Ruby 3: `NoMethodError: undefined method `[]' for nil`. Thanks @tiagotex for finding the problem
and solution.

# 0.16.2

* Allow passing custom `:flow_options` to `Testing#assert_invoke`.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/activity/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Activity
VERSION = "0.16.2"
VERSION = "0.16.3"
end
end
end

0 comments on commit 5817613

Please sign in to comment.