Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Nov 8, 2024
1 parent 4be3583 commit 17192d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ CHANGELOG
---------

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

- **v0.5.0** - Nov 8, 2024
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.4.0...v0.5.0)
* [#61](https://github.com/westonganger/active_snapshot/pull/61) - Ensure snapshot record returned by `create_snapshot!` is `valid?`
* [#60](https://github.com/westonganger/active_snapshot/pull/60) - Store enum value as integer
* [#56](https://github.com/westonganger/active_snapshot/pull/56) - Add presence validation for object in SnapshotItem model
* [#57](https://github.com/westonganger/active_snapshot/pull/57) - Add readonly argument to Shapshot#fetch_reified_items
* [#57](https://github.com/westonganger/active_snapshot/pull/57) - Add readonly argument to `Shapshot#fetch_reified_items`
* [#53](https://github.com/westonganger/active_snapshot/pull/53) - Allow `ActiveSnapshot.config` to be called before ActiveRecord `on_load` hook has occurred
* [#52](https://github.com/westonganger/active_snapshot/pull/52) - Remove deprecated positional argument on `create_snapshot!`

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.4.0".freeze
VERSION = "0.5.0".freeze
end

0 comments on commit 17192d5

Please sign in to comment.