Skip to content

Releases: pablontiv/picokit

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:30

Changelog

  • fb99f1f chore(license): relicense from PolyForm-NC to Apache-2.0

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:07
5aab231

Changelog

  • 5aab231 chore(deps): bump actions/setup-go from 6 to 7 (#7)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:10

Changelog

  • d183161 docs(plans): implementation plan for follow-up fixes
  • 90ff678 docs(specs): design for follow-up fixes (REL-1 tests, pathsec macOS, gentle-ai store)
  • 42a198d test(coverage): lock parser rejection of unsupported TOML forms
  • 7ccce5b test(pathsec): canonicalize expected path for macOS symlinked TMPDIR

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:51

Changelog

  • 9d73b86 chore(deps): drop go-toml and cobra — module is now zero-dependency
  • 02ab3b2 docs(ci): document coverage-gate crossbeam exception
  • 8b6db3e feat(coverage): replace go-toml with stdlib TOML-subset parser
  • 4f9b7f7 refactor(pkcov): replace cobra with stdlib flag dispatch
  • 7626459 test(pkcov): cover flag dispatch and violation paths
  • de8d0f6 test(pkcov): restore resolveModule trailing-slash unit test

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:05

Changelog

  • 66c221f docs(plans): implementation plan for zero-deps compliance
  • 6bfa51a docs(specs): design for zero-deps compliance and coverage-gate exception

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:09
a540892

Changelog

  • a540892 chore(deps): bump actions/setup-go from 5 to 6 (#2)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:07
f95aefa

Changelog

  • f95aefa chore(deps): bump actions/checkout from 4 to 7 (#3)
  • 31dde25 chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.1 to 2.4.3 (#6)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 22 May 01:54

Changelog

  • ce67be3 chore(release): v0.4.0
  • 8f6ddeb chore(roadmap): mark T003 complete

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 May 01:52

Changelog

  • a593563 feat(autoupdate): make envDisable variadic in New() — O04-T002

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 22 May 01:34

Changelog

  • ba9e7a0 fix(O04): remove unused fmt import from exec_windows.go