Skip to content

Releases: cloudvoyant/nv-ziglib-template

v1.10.2

15 Nov 16:40

Choose a tag to compare

1.10.2 (2025-11-15)

Bug Fixes

  • remove template BATS files during scaffolding

Ensures template test files (*.bats) are deleted when scaffolding
projects created via GitHub's "Use this template" feature, where
files can't be excluded via rsync and must be actively removed.

v1.10.1

15 Nov 16:10

Choose a tag to compare

1.10.1 (2025-11-15)

Bug Fixes

  • actively delete maintainer docs during scaffolding

Adds explicit deletion of maintainer documentation files (architecture.md,
user-guide.md, .gitkeep, decisions/, migrations/) during scaffold cleanup.
This ensures these files are removed even when users click GitHub's "Use
this template" button, which doesn't respect .gitattributes export-ignore.

The rsync excludes prevent copying these files when scaffolding from a
clean source, but GitHub template users get all files initially, so we
must actively delete them.

Updated tests to verify all maintainer docs are removed after scaffolding.

v1.10.0

15 Nov 15:53

Choose a tag to compare

1.10.0 (2025-11-15)

Features

  • use template-based documentation scaffolding

Replaces documentation file renaming with template processing using
placeholder variables. Scaffolded projects now receive client-focused
docs (infrastructure.md, development-guide.md) generated from templates
while original maintainer docs (architecture.md, user-guide.md) remain
in the template repo.

Changes:

  • Add infrastructure.template.md and development-guide.template.md
  • Update scaffold.sh to process templates with variable substitution
  • Exclude maintainer docs from scaffolding via rsync
  • Preserve template name in processed docs by excluding from global replacement
  • Update tests to verify template processing workflow
  • Enhance changelog format to include commit bodies

v1.9.1

14 Nov 07:11

Choose a tag to compare

1.9.1 (2025-11-14)

Bug Fixes

  • delete README.template.md after scaffolding (6b52387)

v1.9.0

14 Nov 06:58

Choose a tag to compare

1.9.0 (2025-11-14)

Features

  • add GNU parallel for faster parallel test execution (97b60f6)
  • add template tests to release workflow and cleanup scaffolded projects (92eb91b)

Bug Fixes

  • install bats-core with --ci flag for template tests (586484c)

v1.8.0

14 Nov 06:24

Choose a tag to compare

1.8.0 (2025-11-14)

Features

  • improve scaffolding reliability and project configuration (b3b0351)

v1.7.0

14 Nov 03:54

Choose a tag to compare

1.7.0 (2025-11-14)

Features

  • improve template infrastructure and developer experience (96b8c06)

v1.6.3

13 Nov 23:51

Choose a tag to compare

1.6.3 (2025-11-13)

Bug Fixes

  • fixed issue with scaffolding (5d8d7f2)

v1.6.2

03 Nov 01:03

Choose a tag to compare

1.6.2 (2025-11-03)

Bug Fixes

  • correct upgrade command to reference Zig template (df34a22)

v1.6.1

03 Nov 00:53

Choose a tag to compare

1.6.1 (2025-11-03)

Bug Fixes

  • resolve unbound variable error in scaffold interactive mode (60ccd24)