release: 1.0.0 - #32
Merged
Merged
Conversation
Bump Version to 1.0.0 and cut the CHANGELOG [Unreleased] section to [1.0.0] — 2026-08-21. First stable release. Headline: whole-store export/import (accounts export/import) to move credentials between machines. Breaking: ICredentialManager gains ExportCredentialsAsync and RestoreCredentialAsync plus the CredentialExport record. Also adds the compare/tag link refs (Unreleased, 1.0.0) and backfills the previously-missing 0.7.1 link. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
First stable release. 🎉
Version
<Version>0.7.1 → 1.0.0.CHANGELOG
[Unreleased]cut to## [1.0.0] — 2026-08-21; added the[Unreleased]/[1.0.0]compare-and-tag link refs and backfilled the missing[0.7.1]one. A fresh empty[Unreleased]remains at the top.What 1.0.0 contains (from this cycle)
accounts export/accounts import(passphrase-encrypted, moves credentials between machines); zero-on-dispose forLocalFileCredentialEncryption.ICredentialManagergainsExportCredentialsAsync()andRestoreCredentialAsync(CredentialExport)plus the publicCredentialExportrecord — external implementations must add both members..editorconfig+EnforceCodeStyleInBuild, CodeQL merge gate + P/Invoke query-filter, code-quality alert cleanup.After this merges
Tag
v1.0.0onmainto trigger thepublishjob (trusted publishing to NuGet). The downstream Providers package caps this at[0.7.1,1.0.0), so its cap needs raising + revalidating against 1.0.0 (separate repo).Verified: clean Release build (0 warnings), 1.0.0 package produced.
🤖 Generated with Claude Code