Skip to content

Releases: athola/simple-resume

Release v0.3.0

10 Mar 21:04
378ab8c

Choose a tag to compare

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.0

Release v0.2.5

22 Feb 06:04
1adfb1a

Choose a tag to compare

Changes

  • fix: address PR #92 review feedback (c3119c7)
  • chore(release): prepare v0.2.5 release (24182e2)
  • feat: case-insensitive input/ directory matching and test improvements (fe621b9)

Installation

pip install simple-resume==0.2.5

Release v0.2.4

16 Feb 18:20
1729d63

Choose a tag to compare

Changes

  • fix: address PR #85 review feedback (8000c8d)
  • chore(release): prepare v0.2.4 release (9a7a752)

Installation

pip install simple-resume==0.2.4

Release v0.2.3

16 Feb 01:27
512b9e3

Choose a tag to compare

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.3

Release v0.2.2

25 Jan 21:21
818eec7

Choose a tag to compare

Changes

  • chore(release): bump version to 0.2.2 (21dbb39)
  • refactor(ats): address additional PR #77 review feedback (8110c1b)
  • fix(ats): address PR #77 review feedback (639a816)
  • feat(ats): add DegreeType enum, validation, and report warnings (6643987)

Installation

pip install simple-resume==0.2.2

Release v0.2.1

23 Jan 07:59
5f531ba

Choose a tag to compare

Changes

  • fix(ats): replace noqa comments with proper lazy import pattern (4a4cbef)
  • fix(ats): address PR review feedback - error handling improvements (180c801)
  • feat(ats): add parse-once architecture and BERT semantic scorer (cd9ec2b)

Installation

pip install simple-resume==0.2.1

Release v0.2.0

22 Jan 08:14
fb4f5d0

Choose a tag to compare

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.0

Release v0.1.10

20 Jan 07:47
68aea9a

Choose a tag to compare

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.10

Release v0.1.9

07 Jan 22:37
d09410b

Choose a tag to compare

Changes

  • fix(review): address PR #41 review feedback (8181352)
  • fix(build): include Python source files in wheel distribution (4715b66)

Installation

pip install simple-resume==0.1.9

v0.1.8 Mermaid Fixes & JSON Resume Support

04 Jan 07:15
8b41646

Choose a tag to compare

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