Skip to content

Commit

Permalink
Release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 19, 2024
1 parent 513d757 commit 62507c9
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.1

- TestHelper.unload_fixture: handle models without data.

# v0.27.0

- Allow to define some richer attibute types, somewhat akin to Active Record `serialize` attributes. See the README for more information.
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.0'
VERSION = '0.27.1'
end

0 comments on commit 62507c9

Please sign in to comment.