Skip to content

Releases: PythonWoods/zenzic-action

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 09:18
eebc6dc

[2.6.2] — 2026-07-05

Changed

  • Dependencies: Pinned Zenzic core dependency to version 0.20.3 (eradicates legacy Z602 bilingual parity rules and templates, fully aligning the execution layer with the English-Only documentation governance model).

Full Changelog: v2...v2.6.2

v2

v2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:48
eebc6dc

Full Changelog: v1...v2

What's Changed

Full Changelog: v1...v2

What's Changed

Full Changelog: v1...v2

What's Changed

  • fix(config): purge legacy i18n configurations and harden release automation by @PythonWoods-Dev in #29

Full Changelog: v2.1.0...v2

What's Changed

Full Changelog: v2.1.1...v2

What's Changed

Full Changelog: v2.2.0...v2

What's Changed

Full Changelog: v2.2.1...v2

What's Changed

Full Changelog: v2.2.2...v2

What's Changed

Full Changelog: v2.3.0...v2

What's Changed

Full Changelog: v2.3.0...v2

What's Changed

Full Changelog: v2.3.1...v2

What's Changed

Full Changelog: v2.3.1...v2

What's Changed

Full Changelog: v2.4.0...v2

What's Changed

Full Changelog: v2.5.0...v2

What's Changed

Full Changelog: v2.5.1...v2

What's Changed

Full Changelog: v2.5.2...v2

What's Changed

Full Changelog: v2.6.0...v2

What's Changed

Full Changelog: v2.6.1...v2

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:49
84e7054

What's Changed

Full Changelog: v2...v2.6.1

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:33
823c6a2

What's Changed

Full Changelog: v2...v2.6.0

v2.5.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:07
86e8b5e

🔒 Security Advisory

  • Core Update: Bumped Zenzic core dependency to >=0.19.6 to mitigate the DQS Evasion (leading space bypass), TOML Bomb crash, and duplicate suppression consumption vulnerabilities.

Changed

  • Dependencies: Pinned Zenzic core to 0.19.6.
  • Automation: Fixed the pin-core recipe in the justfile to correctly align the core pin in action.yml.

Full Changelog: v2...v2.5.2

v2.5.1 — Core Synchronization (AST Foundations)

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:13
78a960e

[2.5.1] — 2026-07-03

Highlights

This release synchronizes the Zenzic Action with the Zenzic Core v0.19.0 engine update.

Core Improvements Inherited

By updating to v2.5.1, your CI pipelines instantly benefit from the new capabilities introduced in the Core engine:

  • Context-Aware Scanning: The Z501 (Placeholder Content) rule now intelligently ignores keywords like TODO or FIXME when they are placed inside fenced code blocks, significantly reducing false positives in technical documentation.
  • AST Readiness: The underlying engine now utilizes a lossless Abstract Syntax Tree. While standard action workflows remain strictly read-only, this foundation prepares the ecosystem for future auto-fixing CI capabilities.

Technical Details

  • Pinned Core: zenzic>=0.19.0
  • Exit Code Contract: Verified (Exits 0, 1, 2, 3)

Note: If you are using uses: PythonWoods/zenzic-action@v2, this update will be applied automatically to your next workflow run.

v2.5.0 — Core Synchronization (AST Foundations)

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:43
v2.5.0
69767b2

[2.5.0] — 2026-07-02

Highlights

This release synchronizes the Zenzic Action with the Zenzic Core v0.19.0 engine update.

Core Improvements Inherited

By updating to v2.5.0, your CI pipelines instantly benefit from the new capabilities introduced in the Core engine:

  • Context-Aware Scanning: The Z501 (Placeholder Content) rule now intelligently ignores keywords like TODO or FIXME when they are placed inside fenced code blocks, significantly reducing false positives in technical documentation.
  • AST Readiness: The underlying engine now utilizes a lossless Abstract Syntax Tree. While standard action workflows remain strictly read-only, this foundation prepares the ecosystem for future auto-fixing CI capabilities.

Technical Details

  • Pinned Core: zenzic>=0.19.0
  • Exit Code Contract: Verified (Exits 0, 1, 2, 3)

Note: If you are using uses: PythonWoods/zenzic-action@v2, this update will be applied automatically to your next workflow run.

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:25
fc16303

What's Changed

This release brings the Zenzic-Action wrapper to strict parity with the Zenzic core 0.18.0 ecosystem update, fully adopting the "Nuclear Static" execution model and expanding our continuous integration policies.

Changed

  • Core Update: Pinned Zenzic core dependency to version 0.18.0 for full architectural compliance.
  • Release Automation: Fully automated the release pipeline, synchronizing bump-my-version across SECURITY.md, RELEASE.md, CHANGELOG.md, and CONTRIBUTING.md to eliminate manual drift and human error.

Repository Governance

  • Passed DQS Audit (100/100 score).
  • Hardened REUSE/SPDX licensing and git ignore policies (egg-info/lockfiles).

Full Changelog: v2.3.1...v2.4.0

v2.3.2 — Automated Release Protocol

Choose a tag to compare

@PythonWoods-Dev PythonWoods-Dev released this 27 Jun 14:51
v2.3.2
84a22cc

[2.3.2] — 2026-06-27

Highlights

This patch release implements the fully automated release protocol and fixes a critical issue with version substitution during the bump process.

Core Improvements

  • Automated Metadata Parity: Introduced regex-based automation in the release pipeline to update RELEASE.md version tables and checklists without manual intervention.
  • Documentation Refactor: Realigned the release protocol documentation to correctly reference the new v2 stable tag layout.
  • Bug Fix: Prevented .bumpversion.toml generic regexes from inadvertently overwriting unrelated versions during the release command.

Technical Details

  • Pinned Core: zenzic>=0.16.0
  • Exit Code Contract: Verified (Exits 0, 1, 2, 3)

v2.3.1 — Ecosystem Anti-Drift & Compliance

Choose a tag to compare

@PythonWoods-Dev PythonWoods-Dev released this 27 Jun 14:21
v2.3.1
8a736da

[2.3.1] — 2026-06-27

Highlights

This patch release stabilizes the action's internal governance and ensures full compatibility with the Zenzic Core v0.16.0 "Magnetite" release.

Core Improvements

  • Anti-Drift Gate: Integrated the just versions command into the verify lifecycle. The action now self-audits the alignment between action.yml and requirements.txt before any release.
  • SourceRank Optimization (Z405): Resolved the unreferenced asset violation for requirements.txt. This allows the action to achieve a 100/100 DQS while remaining indexable by Libraries.io.
  • REUSE Compliance: Validated SPDX headers across the codebase to meet REUSE Specification 3.3.

Technical Details

  • Pinned Core: zenzic>=0.16.0
  • Exit Code Contract: Verified (Exits 0, 1, 2, 3)