Skip to content

Commit 75ab7b3

Browse files
committed
v1.0.0
1 parent b4fda02 commit 75ab7b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ CHANGELOG
22
---------
33

44
- **Unreleased**
5-
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.2...master)
5+
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v1.0.0...master)
66
* Nothing yet
77

8+
- **v1.0.0** - Jan 17 2025
9+
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.2...v1.0.0)
10+
* There are no functional changes. This release v1.0.0 is to signal that its stable and ready for widespread usage.
11+
812
- **v0.5.2** - Nov 11, 2024
913
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.5.1...v0.5.2)
1014
* [#67](https://github.com/westonganger/active_snapshot/pull/67) - Switch default storage method to native SQL JSON columns. No longer recommend to set `ActiveSnapshot.config.storage_method`, this configuration option is only retained to support legacy installations which utilize serialized YAML or serialized JSON text columns. The default storage method will fallback gracefully for legacy installations, if there already exists a text column then it defaults to `ActiveSnapshot.config.storage_method = "serialized_json"`

lib/active_snapshot/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveSnapshot
2-
VERSION = "0.5.2".freeze
2+
VERSION = "1.0.0".freeze
33
end

0 commit comments

Comments
 (0)