chore: release hotdata-langchain v0.16.0 - #99
Conversation
…tream gap The 0.16.0 notes described the attach helpers without saying which source types were observed attaching. The request takes only a connection_id and a connection's source_type is an unconstrained string, so nothing in the shape limits it, but only a Postgres connection was measured. States that, and points at the upstream ticket that will replace the raw-DatabasesApi route.
There was a problem hiding this comment.
Release PR is consistent. Version bump 0.15.0 to 0.16.0 matches an additive changelog. CHANGELOG heading follows the existing format and the new section captures the previously unreleased entries. No other file hardcodes the version; hl.__version__ reads package metadata. CI checks other than the release metadata check were still pending at review time.
There was a problem hiding this comment.
Release metadata is consistent. pyproject.toml, uv.lock and the new ## [0.16.0] section agree on the version. The changelog entries match the shipped code: attach_catalog, detach_catalog, database_attachments, database_expiry, database_expiries and CatalogAttachment are all exported from hotdata_langchain/__init__.py, and hotdata_langchain/databases.py:265 does call DatabasesApi(client.api) as the Notes describe. ### Notes already has precedent in this changelog.
Summary
Release hotdata-langchain v0.16.0.
Checklist
pyproject.tomlCHANGELOG.mdupdatedAfter merge, run
./scripts/release.sh publishfrom a cleanmaincheckout.