Releases v9.4.0 (prep only) - #216
Merged
Merged
Conversation
Minor release over 9.3.0, carrying a value-to-kind function for the
structured-authoring subset.
- `@version` in mix.exs moves 9.3.0 -> 9.4.0.
- The changelog.d/px-e1l.md and px-0tz.md fragments are assembled into a
dated `## [9.4.0]` section in CHANGELOG.md, grouped Added / Fixed, and
both fragments are deleted.
- The README install pin moves `{:predicator, "~> 9.3"}` to
`{:predicator, "~> 9.4"}` - a minor release moves it, so the pin
advertises the floor that carries Predicator.Simple.value_kind/1.
Minor and not major: the release only adds.
`Predicator.Simple.value_kind/1` is a new public function beside
`operators/1`, and nothing already public moved. The other entry is a
bug fix in the string writer, where a backslash inside a quoted object
key is now escaped so the key survives parse-then-decompile.
Refs: px-cjd
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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 predicator 9.4.0. Prep only: no tag, no publish, no GitHub
release - those stay the operator's.
What moves
@versioninmix.exs: 9.3.0 -> 9.4.0.CHANGELOG.mdgains a dated## [9.4.0]section assembling bothchangelog.d/fragments that stood onmainat prep time, groupedAdded / Fixed. Both fragments are deleted.
{:predicator, "~> 9.3"}to{:predicator, "~> 9.4"}, per the recipe's minor-bump rule.Fragment sources
Predicator.Simple.value_kind/1.backslash inside a quoted object key.
Why minor and not major
The release only adds.
Predicator.Simple.value_kind/1is a new publicfunction beside
operators/1; nothing already public moved. The other entryis a writer bug fix.
Verification
Credo, 2,901 tests at 95.6% coverage, Dialyzer clean.
@versionis 9.4.0;the 9.4.0 section carries both fragments;
changelog.d/holds only itsREADME.mdrationale file; the README pin reads~> 9.4; no other~> 9.3reference remains in the repo.
CHANGELOG.mdcarries no link-reference block, so none was updated.Refs: px-cjd