Skip to content

Commit a9e4fd6

Browse files
committed
Bump version to 7.1.2
1 parent 1d999fd commit a9e4fd6

2 files changed

Lines changed: 7 additions & 1 deletion

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.1.2] - 2026-01-05
6+
7+
### Fixed
8+
9+
- **Pre-flight checks now respect --include-tables filter** (closes #94): When running `init --local` with `--include-tables`, pre-flight checks now only validate SELECT permissions on the filtered tables instead of all tables in the database. Previously, users would get permission errors for tables they weren't even trying to replicate.
10+
511
## [7.1.1] - 2026-01-01
612

713
### Fixed

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.1"
10+
version = "7.1.2"
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)