chore(release): 1.5.1 - #51
Merged
Merged
Conversation
Patch release: every commit since 1.5.0 is a `fix:` — no new public API surface, no new flags. 25 bugs across two audit passes (PRs #47, #48, #49, #50), found by running applyr against a real 200+ offer database and a real CV/cover-letter pipeline end to end, repeatedly. Highlights: response tracking was structurally incapable of reporting a non-zero rate; the scoring rubric rewarded job postings for omitting requirements; `cv keywords` matched every generated CV against a copy of the offer's own tech stack, so it always reported 100%; cover letters could claim skills the candidate's profile never mentioned; seventeen call sites reported success on missing required arguments. Full list in CHANGELOG.md under 1.5.1. Co-Authored-By: Claude Opus 5 (1M context) <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.
Summary
Patch release. Every commit since 1.5.0 is a
fix:— no new public API surface, no new flags — so this is patch-level per the versioning convention already established for this project (a flag or new command bumps minor; a pure fix bumps patch).25 bugs across two audit passes (#47, #48, #49, #50), all found by running applyr against a real 200+ offer database and a real CV/cover-letter pipeline end to end, repeatedly, rather than by inspection alone.
Changes
applyr/__init__.py,pyproject.tomlCHANGELOG.md[Unreleased]renamed to[1.5.1] — 2026-08-12(no code change — the section was already complete)Test Plan
stamp()reads__version__at write time, no template to edit):<!-- applyr-version: 1.5.1 -->Checklist
Publish
Merging this does not publish to PyPI. After merge: tag
v1.5.1, build, andtwine upload— the user is handling the publish step manually.🤖 Generated with Claude Code