Releases v0.2.0 - #34
Merged
Merged
Conversation
- Bumps @Version in mix.exs from 0.1.0 to 0.2.0. - Assembles the 16 changelog.d fragments into the [0.2.0] section of CHANGELOG.md, grouped by heading, and deletes them in this commit per changelog.d/README.md. - Moves the README and getting-started installation sections from the SHA-pinned git dependency to the exact Hex pin the same sections prescribed for this release ({:encryptor, "== 0.2.0"}).
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.
Release prep for encryptor 0.2.0 - the first release that holds the implementation (
0.1.0on Hex is the empty name reservation).mix.exs:@version0.1.0 -> 0.2.0.CHANGELOG.md: the 16changelog.d/fragments assembled into the[0.2.0] - 2026-08-28section (78 entries: Added, Changed, plus the fragments' Notes gathered under a closing### Notesheading), fragments deleted in the same commit perchangelog.d/README.md. Entry text is verbatim from the fragments; only grouping and order are new - an editorial pass before tagging is welcome.README.md+guides/getting-started.md: installation moves from the SHA-pinned git dependency to the exact Hex pin those sections themselves prescribed for this release,{:encryptor, "== 0.2.0"}.Verified: full
mix qualitygreen (419/419, 98.2% coverage),mix docszero warnings.Left for the operator, in order: merge, tag
v0.2.0,mix hex.publish- then riddler/encryptor_ecto's release PR's dependency swap can resolve.