Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:28
· 29 commits to main since this release
40eba7c

Changelog

  • ef14849 Initial commit
  • 40eba7c Merge pull request #1 from solid-company/initial-setup
  • 4dea67f build(release): sign releases with keyless cosign and harden installers
  • 7c6be1a chore(go): use two-part go directive
  • d386d6f feat(cli): validate grade, surface divisions, tidy output
  • 393948f feat: add Claude Code job-search skills
  • b09a9bb feat: add SOLID.Jobs API client
  • c15899a feat: add SQLite store layer
  • f39d897 feat: add jobs service layer, stats and profile template
  • e1fe77b feat: add release pipeline and binary bootstrap
  • 54d76fd feat: add sjctl CLI
  • 7d618b6 fix(cli): make search --remote summary consistent
  • 380709f fix(install): map Windows ARM64 to amd64 binary
  • c97832b fix(install): strip leading v in version-skip comparison
  • 9fa233e fix(stats): document single-currency (PLN) assumption
  • e330afe refactor(store): only ALTER missing columns in migrate
  • 75b4c51 refactor(store): thread context.Context and harden the store/service layer