From e6806059e6574cac59bee7577b5c7cbfa85e59a0 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 28 Apr 2022 11:19:43 +0200 Subject: Version 2.1.2 --- ChangeLog | 5 +++++ src/main.zig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dfaf71e..94f555b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # SPDX-FileCopyrightText: 2021-2022 Yoran Heling # SPDX-License-Identifier: MIT +2.1.2 - 2022-04-28 + - Still requires Zig 0.9.0 or 0.9.1 + - Fix possible crash on shortening file names with unicode variation + selectors or combining marks + 2.1.1 - 2022-03-25 - Still requires Zig 0.9.0 or 0.9.1 - Fix potential crash when refreshing diff --git a/src/main.zig b/src/main.zig index 13f6ebc..4d07e09 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2021-2022 Yoran Heling // SPDX-License-Identifier: MIT -pub const program_version = "2.1.1"; +pub const program_version = "2.1.2"; const std = @import("std"); const model = @import("model.zig"); -- cgit v1.2.3