Skip to content

Commit 88ae109

Browse files
committed
Release 0.36.0
1 parent 038b46e commit 88ae109

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (unreleased)
22

3+
## 0.36.0 (2026-07-20)
4+
35
- Serialize to JSON `cursor` value for background data migrations
46

57
Note: Run `bin/rails generate online_migrations:upgrade` if using background migrations.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
online_migrations (0.35.0)
4+
online_migrations (0.36.0)
55
activerecord (>= 7.2)
66

77
GEM
@@ -246,7 +246,7 @@ CHECKSUMS
246246
nokogiri (1.19.3-x86_64-darwin) sha256=77f3fba57d46c53ab31e62fc6c28f705109d1bf6264356c76f132b2be5728d4d
247247
nokogiri (1.19.3-x86_64-linux-gnu) sha256=2f5078620fe12e83669b5b17311b32532a8153d02eee7ad06948b926d6080976
248248
nokogiri (1.19.3-x86_64-linux-musl) sha256=248c906d2166eca5efb56d52fdee5f9a1f51d69a72e2b64fdac647b4ce39ea3f
249-
online_migrations (0.35.0)
249+
online_migrations (0.36.0)
250250
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
251251
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
252252
pg (1.6.3) sha256=1388d0563e13d2758c1089e35e973a3249e955c659592d10e5b77c468f628a99

lib/online_migrations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OnlineMigrations
4-
VERSION = "0.35.0"
4+
VERSION = "0.36.0"
55
end

0 commit comments

Comments
 (0)