Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ chronological development log see [`PROGRESS.md`](PROGRESS.md).

_No unreleased changes yet._

## [1.2.1] - 2026-06-27

### Added

- QUERY_COOKBOOK.md section 10: usage examples for the helper tools
(`tools/find.py`, `tools/export_ddl.py`) alongside the SQL recipes.

## [1.2.0] - 2026-06-27

### Added
Expand Down Expand Up @@ -67,7 +74,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.0...HEAD
[Unreleased]: https://github.com/cloud3000/opensource-data-dict/compare/v1.2.1...HEAD
[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
[1.0.0]: https://github.com/cloud3000/opensource-data-dict/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ quantity, always record provenance.**
## Changelog

Release-facing changes are in **[CHANGELOG.md](CHANGELOG.md)** (latest release:
**[v1.2.0](https://github.com/cloud3000/opensource-data-dict/releases/tag/v1.2.0)**).
**[v1.2.1](https://github.com/cloud3000/opensource-data-dict/releases/tag/v1.2.1)**).
The granular development log lives in [`PROGRESS.md`](PROGRESS.md).

## Contributors
Expand Down
Loading