Minor release over 9.1.0, carrying the structured-authoring subset.
- `@version` in mix.exs moves 9.1.0 -> 9.2.0.
- The changelog.d/px-4jp.md and changelog.d/px-84i.md fragments are
assembled into a dated `## [9.2.0]` section in CHANGELOG.md, grouped
Added / Changed / Fixed, and both fragments are deleted. px-l8r wrote
no fragment - an ADR is not a user-visible change.
- The README install pin moves `{:predicator, "~> 9.1"}` to
`{:predicator, "~> 9.2"}` - it carries no patch component, and a minor
release moves it so the pin advertises the floor that carries
Predicator.Simple.
Minor and not major: the release only adds. Predicator.Simple and
Vocabulary.value_kinds/0 are new, and the four operator keys are added to
entry maps Vocabulary already returned. No key was removed or repurposed
and no function lost a return shape, so a caller matching on the keys it
reads is unaffected.
Prep only: no tag is created and nothing is published. Both stay the
maintainer's separate step.
Refs: px-03t