From 14bb8d0dd186d7bfe493674455baf22f4f65f16b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 21 Aug 2025 09:11:18 +0200 Subject: [PATCH] Version 2.9.1 --- ChangeLog | 4 ++++ src/main.zig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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");