Skip to content

Commit

Permalink
Release 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jul 1, 2024
1 parent 5d4f73b commit 26486ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# v0.27.2

- Fix a Ruby warning that was emitted when `frozen_record` is loaded.

# v0.27.1

- TestHelper.unload_fixture: handle models without data.
Expand Down
2 changes: 1 addition & 1 deletion lib/frozen_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FrozenRecord
VERSION = '0.27.1'
VERSION = '0.27.2'
end

0 comments on commit 26486ca

Please sign in to comment.