From ea3c20bfd8f660f08ba0fa51c0bed0aea8498581 Mon Sep 17 00:00:00 2001 From: Michael Anderson Date: Sun, 28 Jun 2026 01:21:50 -0500 Subject: [PATCH] Release v1.3.0: UI projection + CI coverage Roll the [Unreleased] UI-projection work (build_ui_dict.py, ui_datadict.db/.sql, and the CI/ci_check coverage for it) into a [1.3.0] CHANGELOG section, update compare links, and bump the README latest-release pointer to v1.3.0. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422734a..a7c33d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ chronological development log see [`PROGRESS.md`](PROGRESS.md). ## [Unreleased] +_No unreleased changes yet._ + +## [1.3.0] - 2026-06-28 + ### Added - `tools/build_ui_dict.py` + `ui_datadict.db` / `ui_datadict.sql` — a UI / @@ -89,7 +93,8 @@ First tagged release. compilation ([`DATA_LICENSE`](DATA_LICENSE)); per-item upstream licenses recorded in `sources.md`. -[Unreleased]: https://github.com/cloud3000/opensource-data-dict/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/cloud3000/opensource-data-dict/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/cloud3000/opensource-data-dict/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/cloud3000/opensource-data-dict/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/cloud3000/opensource-data-dict/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/cloud3000/opensource-data-dict/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index 492d7a5..9aa3a37 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ quantity, always record provenance.** ## Changelog Release-facing changes are in **[CHANGELOG.md](CHANGELOG.md)** (latest release: -**[v1.2.1](https://github.com/cloud3000/opensource-data-dict/releases/tag/v1.2.1)**). +**[v1.3.0](https://github.com/cloud3000/opensource-data-dict/releases/tag/v1.3.0)**). The granular development log lives in [`PROGRESS.md`](PROGRESS.md). ## Contributors