diff --git a/ChangeLog b/ChangeLog index 6c4a9b2..0f53a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # SPDX-FileCopyrightText: Yorhel # 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 diff --git a/src/main.zig b/src/main.zig index d8e3fdc..f6e882e 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: Yorhel // 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");