Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Nov 12, 2024
1 parent b0b6871 commit d1b168a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ CHANGELOG
---------

- **Unreleased**
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.0...master)
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.1...master)
* Nothing yet

- **v0.5.1** - Nov 11, 2024
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.0...v0.5.1)
* [#66](https://github.com/westonganger/active_snapshot/pull/66) - Ensure `SnapshotItem#restore_item!` and `Snapshot#fetch_reified_items` bypass assignment for snapshot object data where the associated column no longer exists.
* [#63](https://github.com/westonganger/active_snapshot/pull/63) - Fix bug when enum value is nil

Expand Down
2 changes: 1 addition & 1 deletion lib/active_snapshot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveSnapshot
VERSION = "0.5.0".freeze
VERSION = "0.5.1".freeze
end

0 comments on commit d1b168a

Please sign in to comment.