Skip to content

Commit 3abcbf0

Browse files
committed
docs: address CodeRabbit comments on PR #79
- ROADMAP: clarify GitHub OAuth is a v1.2.0 feature, not v1.1.0 - ROADMAP: bump Last Updated metadata to 2026-04-05 - CHANGELOG: add v1.2.0 and v1.1.0 comparison links; fix Unreleased link to point to v1.2.0...HEAD
1 parent 78a4a8a commit 3abcbf0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)