Skip to content

chore(release): 1.5.1 - #51

Merged
DeibyGS merged 1 commit into
mainfrom
chore/cc-release-1.5.1
Aug 12, 2026
Merged

chore(release): 1.5.1#51
DeibyGS merged 1 commit into
mainfrom
chore/cc-release-1.5.1

Conversation

@DeibyGS

@DeibyGS DeibyGS commented Aug 12, 2026

Copy link
Copy Markdown
Owner

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

File / Area What Changed
applyr/__init__.py, pyproject.toml 1.5.0 → 1.5.1
CHANGELOG.md [Unreleased] renamed to [1.5.1] — 2026-08-12 (no code change — the section was already complete)

Test Plan

  • Tests pass — 544 passed
  • Verified the instructions stamp picks up the new version automatically (stamp() reads __version__ at write time, no template to edit): <!-- applyr-version: 1.5.1 -->
  • Budget: 6 lines

Checklist

  • Branch follows naming convention
  • No secrets or .env committed
  • Docs updated — CHANGELOG is the deliverable

Publish

Merging this does not publish to PyPI. After merge: tag v1.5.1, build, and twine upload — the user is handling the publish step manually.

🤖 Generated with Claude Code

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>
@DeibyGS
DeibyGS merged commit a55f2c5 into main Aug 12, 2026
6 checks passed
@DeibyGS
DeibyGS deleted the chore/cc-release-1.5.1 branch August 12, 2026 15:54
@DeibyGS DeibyGS mentioned this pull request Aug 13, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant