Skip to content

Commit

Permalink
releasing 0.16.4 where we remove the static fix for #60
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 11, 2024
1 parent 6247763 commit c8e0421
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.4

* Revert the static "fix" from 0.16.3 and make the compaction fix optional, as most Ruby versions
are solving this problem natively. See here for details: https://dev.to/trailblazer/gc-compaction-behold-your-hash-keys-2ii1#quick-fix

# 0.16.3

* Fix a bug in Ruby 3.2: `NoMethodError: undefined method `[]' for nil`. Thanks @tiagotex for finding the problem
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.3"
VERSION = "0.16.4"
end
end
end

0 comments on commit c8e0421

Please sign in to comment.