From 332b2aefc6e72d363aa93ab6ecfc86eeeeb5ed28 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 13 Mar 2026 08:56:24 -0700 Subject: [PATCH] 1.3.1 --- build.zig.zon | 2 +- dist/linux/com.mitchellh.ghostty.metainfo.xml.in | 3 +++ nix/package.nix | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 615f13288..05547bd3b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .ghostty, - .version = "1.3.0", + .version = "1.3.1", .paths = .{""}, .fingerprint = 0x64407a2a0b4147e5, .minimum_zig_version = "0.15.2", diff --git a/dist/linux/com.mitchellh.ghostty.metainfo.xml.in b/dist/linux/com.mitchellh.ghostty.metainfo.xml.in index da1fa626e..4f23c35da 100644 --- a/dist/linux/com.mitchellh.ghostty.metainfo.xml.in +++ b/dist/linux/com.mitchellh.ghostty.metainfo.xml.in @@ -52,6 +52,9 @@ + + https://ghostty.org/docs/install/release-notes/1-3-1 + https://ghostty.org/docs/install/release-notes/1-3-0 diff --git a/nix/package.nix b/nix/package.nix index 391c9da05..f0f4d4519 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -30,7 +30,7 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ghostty"; - version = "1.3.0"; + version = "1.3.1"; # We limit source like this to try and reduce the amount of rebuilds as possible # thus we only provide the source that is needed for the build