Skip to content

Commit

Permalink
Released 0.2.3
Browse files Browse the repository at this point in the history
## Fixed

* Ensure the hook is run once per class only.
  This prevents nested runs in some rare cases.
  • Loading branch information
Alexander-Senko committed Apr 2, 2024
1 parent a1dbdf3 commit c85d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_model_load_hook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsModelLoadHook
VERSION = '0.2.2'
VERSION = '0.2.3'
end

0 comments on commit c85d707

Please sign in to comment.