From 703d11c642a96af9e54b55b04f131bf3888948a9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 9 Mar 2026 08:47:16 -0700 Subject: [PATCH] Bump version to 1.3.0 --- 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 e7a8747f7..615f13288 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .ghostty, - .version = "1.3.0-dev", + .version = "1.3.0", .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 42ccc2754..da1fa626e 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-0 + https://ghostty.org/docs/install/release-notes/1-0-1 diff --git a/nix/package.nix b/nix/package.nix index 1efef4164..391c9da05 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -30,7 +30,7 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ghostty"; - version = "1.3.0-dev"; + version = "1.3.0"; # 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