Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:03
v0.2.0
a1cc7b7

v0.2.0 - 24 July 2026

  • Worker pool with runtime.NumCPU() goroutines for concurrent file processing
  • Layer-by-layer encryption: scan once per depth level instead of per template
  • Replace fmt.Sprintf with string concatenation in hot path
  • filepath.Walk → WalkDir (avoids extra Lstat)
  • Fix version init to not override ldflags with (devel) from build info

🐛 Bug Fixes

⚡ Performance Improvements

Full Changelog: v0.1.0...v0.2.0