Version 2.9.1

This commit is contained in:
Yorhel 2025-08-21 09:11:18 +02:00
parent 19cfdcf543
commit 14bb8d0dd1
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
# SPDX-License-Identifier: MIT
2.9.1 - 2025-08-21
- Add support for building with Zig 0.15
- Zig 0.14 is still supported
2.9 - 2025-08-16
- Still requires Zig 0.14
- Add --delete-command option to replace the built-in file deletion

View file

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
// SPDX-License-Identifier: MIT
pub const program_version = "2.9";
pub const program_version = "2.9.1";
const std = @import("std");
const model = @import("model.zig");