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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ chronological development log see [`PROGRESS.md`](PROGRESS.md).

## [Unreleased]

_No unreleased changes yet._

## [1.1.0] - 2026-06-27

### Added

- `tools/find.py` — find data items by a business term via a layered resolver
Expand All @@ -18,6 +22,8 @@ chronological development log see [`PROGRESS.md`](PROGRESS.md).
appointment, inspection, …) and a `--ddl` flag that emits a validated
`CREATE TABLE` per matched entity. Alias targets resolve entity-first for
precision.
- README "Find fields by business term" section documenting the resolver, the
alias map, CLI examples, and the `--ddl` scaffolding output.

## [1.0.0] - 2026-06-27

Expand Down Expand Up @@ -51,5 +57,6 @@ 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.0.0...HEAD
[Unreleased]: https://github.com/cloud3000/opensource-data-dict/compare/v1.1.0...HEAD
[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 @@ -261,7 +261,7 @@ quantity, always record provenance.**
## Changelog

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

## Contributors
Expand Down
Loading