Skip to content

Commit fe20aa6

Browse files
committed
Bump to version 0.14 and update CHANGELOG
1 parent e3d98e5 commit fe20aa6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

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+
37
## [0.13.0] - 2025-06-03
48

59
- Adds ability to configure default config path ([@rossta](https://github.com/fractaledmind/litestream-ruby/pull/54))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
litestream (0.13.0)
4+
litestream (0.14.0)
55
actionpack (>= 7.0)
66
actionview (>= 7.0)
77
activejob (>= 7.0)

lib/litestream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Litestream
2-
VERSION = "0.13.0"
2+
VERSION = "0.14.0"
33
end

0 commit comments

Comments
 (0)