Skip to content

Commit 7012d91

Browse files
committed
Bump version to 7.2.0
Taariq Lewis, SerenAI, Paloma, and Volume at https://serendb.com
1 parent 486a1dc commit 7012d91

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [7.2.0] - 2026-01-05
6+
7+
### Added
8+
9+
- **Add tables to existing database without dropping** (closes #95): When using `init --include-tables` on a target database that already exists with data, users are now offered three choices:
10+
- **[A] Add** - Add only the specified tables to the existing database (preserves existing data)
11+
- **[D] Drop** - Drop and recreate the entire database (deletes all existing data)
12+
- **[Q] Quit** - Abort the operation
13+
14+
This enables incremental table addition to existing replication setups without losing previously synced data. With `-y` flag and `--include-tables`, Add mode is automatically selected.
15+
516
## [7.1.3] - 2026-01-05
617

718
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "database-replicator"
10-
version = "7.1.3"
10+
version = "7.2.0"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
description = "Universal database-to-PostgreSQL replication CLI. Supports PostgreSQL, SQLite, MongoDB, and MySQL."

0 commit comments

Comments
 (0)