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 e3d98e5 commit fe20aa6Copy full SHA for fe20aa6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.14.0] - 2025-06-14
4
+
5
+- Change async behaviour of replicate and other commands ([@hschne](https://github.com/fractaledmind/litestream-ruby/pull/62))
6
7
## [0.13.0] - 2025-06-03
8
9
- Adds ability to configure default config path ([@rossta](https://github.com/fractaledmind/litestream-ruby/pull/54))
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- litestream (0.13.0)
+ litestream (0.14.0)
actionpack (>= 7.0)
actionview (>= 7.0)
activejob (>= 7.0)
lib/litestream/version.rb
@@ -1,3 +1,3 @@
module Litestream
- VERSION = "0.13.0"
+ VERSION = "0.14.0"
end
0 commit comments