Releases: athola/simple-resume
Releases · athola/simple-resume
Release v0.3.0
Changes
- fix: move imports to top level, remove docs/plans (ab0fdf9)
- fix: address PR review important findings (I1, I2, I7) (1ca94f3)
- fix: address PR review critical findings (C1, C2, C3, I6) (20c4e7d)
- chore: add pyrightconfig.json for IDE type checking (ce55b90)
- fix: resolve Pyright type checking warnings in v0.3.0 modules (3d8068d)
- docs: add v0.3.0 changelog for PYOK, import, and tailor features (3656eaf)
- feat: add import and tailor CLI subcommands (#9, #10) (ddeec0b)
- chore(release): bump version to 0.3.0 and update public API (b26c310)
- feat: add LinkedIn import and job post tailoring (#9, #10) (126a822)
- feat: add PYOK LLM infrastructure with provider protocol and gating (#8) (decfa30)
- docs: add PYOK/LinkedIn/job-post design plan for v0.3.0 (273c9c2)
Installation
pip install simple-resume==0.3.0Release v0.2.5
Release v0.2.4
Release v0.2.3
Changes
- fix(tests): update batch mode test assertions to match generate_all signature (1b28d29)
- fix(hooks): resolve pre-commit failures across mypy, ty, and wheel test (91de3b5)
- fix(ats): address PR #80 review feedback (2cddd3b)
- chore(release): prepare v0.2.3 release (254f521)
- test(ats): add keyword extraction tests for improved coverage (a11b8a2)
- feat(ats): improve keyword extraction and update sample resumes (1cb6ed9)
- fix(arch): move TaxonomyCache file I/O to shell layer (e9b54e4)
- feat(ats): add offline-first skills taxonomy API integration (f1239b1)
- feat(templates): add three new resume templates (issue #50) (36b8638)
- feat(templates): add cover letter template support (43cd0d5)
- docs: add similarity algorithm evaluation (issue #61) (844cd49)
- feat(validation): improve error messages for user-friendliness (ebbd42c)
- feat(ats): freeze Degree dataclass with runtime type narrowing (a2a50a7)
Installation
pip install simple-resume==0.2.3Release v0.2.2
Release v0.2.1
Release v0.2.0
Changes
- fix(ats): address PR review feedback - add enums and extract constants (9699d06)
- fix(ats): address PR review feedback - add logging and fix docs (1a9cbea)
- docs: streamline documentation and update algorithm status (ea03ba6)
- feat(ats): add ATS resume scoring with tournament-style NLP algorithms (305e3ac)
Installation
pip install simple-resume==0.2.0Release v0.1.10
Changes
- fix(build): include Python source files in wheel distribution (0917728)
- fix(review): address PR #47 review feedback (a0da3d7)
- test(unit): add schema-config default consistency verification test (1f433a8)
- test(integration): add font size CSS variable chain integration tests (ba25bf3)
- fix(pre-commit): add DEBUG_HOOK verbose mode for wheel-install-test (115da54)
Installation
pip install simple-resume==0.1.10Release v0.1.9
v0.1.8 Mermaid Fixes & JSON Resume Support
Changes
- docs(wiki): simplify Shell Layer label to prevent Mermaid overlap (4b7c56c)
- docs(wiki): add line break to Shell Layer label to fix diagram overlap (6ae2839)
- docs(wiki): flatten Mermaid diagram and clarify PUBLIC layer connections (c8b0c1f)
- fix(wiki): remove breaklines from Mermaid diagram to fix overlap (4bbd7fd)
- docs(docs): convert documentation to declarative style (9d675dc)
- docs(wiki): convert architecture diagram to GitHub Mermaid (4c9f48f)
- feat(import): add JSON Resume import support and API documentation (3243ed7)
Installation
pip install simple-resume==0.1.8