Releases: plures/chronos
Releases · plures/chronos
v0.7.0
- docs: update README license section for BSL-1.1 OR MIT dual-license (4ec5c32)
- license: dual-license under BSL-1.1 OR MIT (0471172)
- refactor: replace inline lifecycle with reusable workflow call (16cc035)
- docs: add replay invariants and eslint enforcement to ADR-0016 (4192ab5)
- docs: update ADR-0016 with actor model section (0954366)
- feat: actor tracking with provisional state (keep/undo) + contract compiler (DSL → PluresDB procedures) (a1d52c8)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- feat: automatic logging via contracts, levels, rolling buffer, and log gate (ADR-0016) (190b170)
- chore(deps-dev): bump svelte in the dev-dependencies group (#99) (b61639e)
- fix: suppress ci-feedback issue spam (24h dedup window) (10a8f3f)
- docs: refresh ROADMAP.md with OASIS strategic alignment (150c75e)
- docs: update copilot-instructions with praxis, design-dojo, automation rules (df5cafb)
- chore(deps-dev): bump the dev-dependencies group with 3 updates (#95) (ce7b041)
- feat(release): add target_version input for milestone-driven releases (d3ca345)
- feat(lifecycle): milestone-close triggers roadmap-aware release (3ff9c0c)
- docs: update copilot-instructions with Plures stack architecture (91c1316)
- docs: update copilot-instructions with Plures stack architecture (20ab16b)
What's Changed
- chore(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #95
- chore(deps-dev): bump svelte from 5.55.4 to 5.55.5 in the dev-dependencies group by @dependabot[bot] in #99
Full Changelog: v0.4.0...v0.6.0
v0.5.0
- chore(deps-dev): bump svelte in the dev-dependencies group (#99) (b61639e)
- fix: suppress ci-feedback issue spam (24h dedup window) (10a8f3f)
- docs: refresh ROADMAP.md with OASIS strategic alignment (150c75e)
- docs: update copilot-instructions with praxis, design-dojo, automation rules (df5cafb)
- chore(deps-dev): bump the dev-dependencies group with 3 updates (#95) (ce7b041)
- feat(release): add target_version input for milestone-driven releases (d3ca345)
- feat(lifecycle): milestone-close triggers roadmap-aware release (3ff9c0c)
- docs: update copilot-instructions with Plures stack architecture (91c1316)
- docs: update copilot-instructions with Plures stack architecture (20ab16b)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- feat(lifecycle v12): auto-release when milestone completes (24487a2)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- feat(lifecycle v11): smart CI failure handling — infra vs code (61ccc82)
Full Changelog: v0.2.2...v0.3.0
v0.2.2
- fix(lifecycle): label-based retry counter + CI fix priority (411ffe6)
- chore(deps-dev): bump the dev-dependencies group with 4 updates (#94) (89c1999)
What's Changed
- chore(deps-dev): bump the dev-dependencies group with 4 updates by @dependabot[bot] in #94
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- fix: resolve moderate security vulnerabilities in hono transitive deps (#93) (f69d58e)
- chore(deps-dev): bump the dev-dependencies group with 3 updates (#91) (9200814)
- ci: inline lifecycle workflow — fix schedule failures (2867784)
- docs: add structured ROADMAP.md for automated issue generation (f01b4c2)
- chore: remove redundant workflow — handled by release-reusable.yml (966abd3)
What's Changed
- chore(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #91
- fix: resolve moderate security vulnerabilities in hono transitive deps by @Copilot in #93
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- chore: centralize release to org-wide reusable workflow (ab74aef)
- chore: centralize CI to org-wide reusable workflow (ada269a)
- fix: resolve CI deno fmt failures from PR #80 with individually documented re-exports (#90) (7425c3c)
- Initial plan (#89) (52f58de)
- fix: update vite to 8.0.5 to resolve high severity CVEs (CI npm audit fix) (#88) (f9383f9)
- ci: standardize Node version to lts/* — remove hardcoded versions (7c70c1c)
- fix: npm audit — update lodash and path-to-regexp (security) (aacc13e)
- chore(deps-dev): bump the dev-dependencies group with 3 updates (#83) (3b48835)
- chore(deps): bump @plures/praxis in the production-dependencies group (#84) (1c6b7c7)
- style: run deno fmt to fix CI (4d85e2a)
- ci: tech-doc-writer triggers on minor prerelease only [actions-optimization] (4465e47)
- ci: add concurrency group to copilot-pr-lifecycle [actions-optimization] (4041af4)
- ci: centralize lifecycle — event-driven with schedule guard (c52235c)
- ci: remove @copilot mentions from ci-feedback-loop — no comments rule (e6b1bf9)
- refactor: centralize lifecycle — call reusable from plures/repo-template (177b50c)
- refactor: centralize lifecycle — call reusable workflow from praxis-business (fb6e87c)
- chore: add Copilot coding instructions (#67) (8e9c1e7)
- fix: lifecycle v4.4 — catch self-approval error, don't crash on own PRs (65d5e12)
- fix: lifecycle v4.3 — guard notify step, escape PR title in JSON (d8807b2)
- fix: lifecycle v4.2 — filter out release/publish checks from CI evaluation (ad8871c)
- fix: lifecycle v4.1 — process all PRs independently, add Path F debug logging (0f50e1b)
- feat: lifecycle v4 — merge all PRs, Copilot default reviewer, no nudges (cf16938)
- fix(lifecycle): v9.2 — process all PRs per tick (return→continue), widen bot filter (4347d82)
- fix(lifecycle): change return→continue so all PRs process in one tick (5230eb8)
- fix(lifecycle): v9.1 — fix QA dispatch (client_payload as JSON object) (15ec3ec)
- fix(lifecycle): rewrite v9 — apply suggestions, merge, no nudges (4a0bef4)
- chore: license BSL 1.1 (commercial product) (a5e32f8)
- chore: standardize copilot-pr-lifecycle.yml to canonical version (6e86b2b)
- fix: add packages:write + id-token:write to release workflow (71092bb)
- docs: add ROADMAP.md (bace526)
- chore: cleanup and housekeeping (c23dd25)
- chore: add standard CI workflow (ea9409e)
- fix: resolve deno lint no-unused-vars errors (lint-clean 0% → 100%) (#72) (abf95b1)
- test: raise coverage from 0% to 99.24% (target 80%) (#71) (282a324)
- ci: enforce coverage thresholds in CI pipeline (#68) (13aee5f)
- fix: bump @plures/praxis to 2.4.33 to resolve no-known-vulns dimension (#66) (582f1fb)
- docs: add JSDoc to all re-exported symbols — api-documented 0% → 100% (#65) (946d1c3)
What's Changed
- docs: add JSDoc to all re-exported symbols — api-documented 0% → 100% by @Copilot in #65
- fix: bump @plures/praxis to 2.4.33 to resolve no-known-vulns dimension by @Copilot in #66
- ci: enforce coverage thresholds in CI pipeline by @Copilot in #68
- test: raise coverage from 0% to 99.24% (target 80%) by @Copilot in #71
- fix: resolve deno lint no-unused-vars errors (lint-clean 0% → 100%) by @Copilot in #72
- chore: apply org-standard automation files by @kayodebristol in #67
- chore(deps): bump @plures/praxis from 2.4.33 to 2.4.39 in the production-dependencies group by @dependabot[bot] in #84
- chore(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #83
- fix: update vite to 8.0.5 to resolve high severity CVEs (CI npm audit fix) by @Copilot in #88
- fix: resolve CI failures from PR #84 (npm audit + deno fmt) by @Copilot in #89
- fix: resolve CI deno fmt failures from PR #80 with individually documented re-exports by @Copilot in #90
New Contributors
- @dependabot[bot] made their first contribution in #84
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Fixed
- npm publish pipeline — releases created automatically by
release.yml
(viaGITHUB_TOKEN) do not fire therelease: publishedevent for other
workflows (by design in GitHub Actions), sopublish.ymlnever ran and the
package was never pushed to the npm registry. Therelease.ymlworkflow now
includes a secondpublishjob that runs immediately after the GitHub release
is created, resolving theversion-publisheddimension (0% → 100%).
v0.1.0
Release 0.1.0