Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
7bd22e8b35 deterministic-zip: 6.0.3 -> 6.1.0 2026-06-12 15:31:45 +00:00
R. Ryantm
93e98cb2a0 deterministic-zip: 6.0.2 -> 6.0.3 2026-03-29 00:38:47 +00:00
Rhys Davies
28285f5749 deterministic-zip: Licence changed to gpl3Only 2026-03-22 21:21:09 +13:00
R. Ryantm
5f68b06189 deterministic-zip: 6.0.0 -> 6.0.2 2026-02-22 07:53:34 +00:00
R. Ryantm
19da0edd76 deterministic-zip: 5.2.0 -> 6.0.0 2026-02-14 20:49:31 +00:00
Gaël James
702acfa0b5 treewide: git tags: remove unnecessary string interpolation 2026-01-15 18:27:43 +01:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Rhys Davies
0c87aed8aa deterministic-zip: init at 5.2.0 2025-10-05 11:17:15 +13:00