We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4107a9 commit 0e9ca25Copy full SHA for 0e9ca25
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.11.2] - 2024-09-06
4
+
5
+- Simplify the getters to not use memoization
6
7
## [0.11.1] - 2024-09-06
8
9
- Ensure the litestream initializer handles `nil`s
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- litestream (0.11.1)
+ litestream (0.11.2)
actionpack (>= 7.0)
actionview (>= 7.0)
activejob (>= 7.0)
lib/litestream/version.rb
@@ -1,3 +1,3 @@
module Litestream
- VERSION = "0.11.1"
+ VERSION = "0.11.2"
end
0 commit comments