release: 0.2.0 — mdict binary format - #31
Merged
Merged
Conversation
Reflects the post-PR-4 state: - Quick start leads with offline-capable commands; fetch is positioned as a refresh / add-alternate-dict step rather than a mandatory first step. - Dictionary Path Resolution lists four steps (--dict > env > named cache > embedded default) with the explicit guard that requesting a non-default --name never falls through to the embedded PDBx data. - Options table adds --name NAME. - Data Source section documents the embedded build plus the named-cache convention and compile path. No behavior change; docs only.
Moves the Unreleased block under [0.2.0] with today's date and fills in the full release scope: compile command, native .mdict binary, fetch .dic-and-compile flow, --name flag, embedded default dictionary, two-stage build, CI smoke tests, plus hardening (error taxonomy, cache-name allowlist). Breaking changes called out explicitly with migration guidance.
N283T
added a commit
that referenced
this pull request
Apr 16, 2026
Missed in PR #31. build.zig.zon was updated but the Nix derivation's version string still said 0.1.1, so `nix run github:N283T/mmcif-dict-cli/v0.2.0` would misreport the package version. The v0.2.0 tag itself is already published; this fix lands on main so subsequent references see the correct version.
2 tasks
N283T
added a commit
that referenced
this pull request
Apr 16, 2026
Missed in PR #31. build.zig.zon was updated but the Nix derivation's version string still said 0.1.1, so `nix run github:N283T/mmcif-dict-cli/v0.2.0` would misreport the package version. The v0.2.0 tag itself is already published; this fix lands on main so subsequent references see the correct version.
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
Closes #27. Docs + version bump to ship the mdict binary-format migration.
Breaking changes (vs 0.1.1)
New in 0.2.0
See CHANGELOG.md for the full list.
Test plan
Post-merge
Tag `v0.2.0` and publish GitHub release artifacts via the existing release workflow.