chore: release 0.2.1 - #77
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Release chore bumping the workspace to 0.2.1, finalizing the changelog entry, and refreshing README to document the new source modes and experimental MCP server.
Changes:
- Bump
versionfrom0.2.1-rc.1to0.2.1in workspace and lockfile. - Promote
[0.2.1-rc.1] - 2026-05-31to[0.2.1] - 2026-06-01and add MCP server entry. - Restructure README: new "Source modes" section, MCP server subsection under AI agent integration, and minor copyedits.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Version bump to 0.2.1 (workspace + internal dlin-core dep). |
| Cargo.lock | Regenerated versions for dlin and dlin-core. |
| CHANGELOG.md | New 0.2.1 release entry with MCP feature note. |
| README.md | Reframes intro for dual source modes; adds Source modes and MCP server sections. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Features
dlin mcpsubcommand exposes project summary, model search, lineage, impact, and column lineage as MCP tools for use with AI assistants; requires--dialectand amanifest.json(feat(mcp): experimental MCP server #76)Bug Fixes