File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,7 +406,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
406406- PostgreSQL schema-aware queries
407407- MySQL foreign key check handling
408408
409- [Unreleased] : https://github.com/iamvirul/deepdiff-db/compare/v1.0.0...HEAD
409+ [Unreleased] : https://github.com/iamvirul/deepdiff-db/compare/v1.2.0...HEAD
410+ [1.2.0] : https://github.com/iamvirul/deepdiff-db/compare/v1.1.0...v1.2.0
411+ [1.1.0] : https://github.com/iamvirul/deepdiff-db/compare/v1.0.0...v1.1.0
410412[1.0.0] : https://github.com/iamvirul/deepdiff-db/compare/v0.9...v1.0.0
411413[0.9] : https://github.com/iamvirul/deepdiff-db/compare/v0.8...v0.9
412414[0.8] : https://github.com/iamvirul/deepdiff-db/compare/v0.7...v0.8
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ We release a new version every **Saturday**. Each release includes one or more f
4343- Per-batch memory telemetry at DEBUG log level (` alloc_mb ` , ` batch ` )
4444- Oracle Database support — pure Go driver, no Instant Client required
4545- Git-like versioning — ` version init/commit/log/diff/rollback ` with SHA-256 content-addressable commit objects and offline rollback SQL generation
46- - ** NEW:** GitHub OAuth author verification — device flow auth in ` version init ` ; verified ` github:<username> ` used automatically in ` version commit `
46+ - ** NEW in v1.2.0 :** GitHub OAuth author verification — device flow auth in ` version init ` ; verified ` github:<username> ` used automatically in ` version commit `
4747
4848---
4949
@@ -291,5 +291,5 @@ If you'd like to contribute to any of these features, please:
291291
292292---
293293
294- ** Last Updated:** 2026-03-22
294+ ** Last Updated:** 2026-04-05
295295
You can’t perform that action at this time.
0 commit comments