Skip to content

Commit c781b4a

Browse files
committed
Bump version to 7.2.1
Taariq Lewis, SerenAI, Paloma, and Volume at https://serendb.com
1 parent ed26b2a commit c781b4a

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## [7.2.1] - 2026-01-05
6+
7+
### Fixed
8+
9+
- **Add-tables mode: drop existing tables before restore**: When using Add mode (`init --include-tables` on existing database), the specified tables are now dropped before schema restore. This fixes "relation already exists" errors when tables exist on the target.
10+
511
## [7.2.0] - 2026-01-05
612

713
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
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.2.0"
10+
version = "7.2.1"
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)