From 88221303ef09fb05cfafa9529719e4b15a53a0d7 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Fri, 22 May 2026 22:15:10 +0200 Subject: [PATCH] chore: bump version to 0.2.12 --- Cargo.toml | 2 +- flake.nix | 4 ++-- justfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9db1a73..d722f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.11" +version = "0.2.12" [workspace] resolver = "2" diff --git a/flake.nix b/flake.nix index cde292d..62b1eac 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ frontendCargoDeps = rustPlatform.fetchCargoVendor { src = ./.; name = "trictrac-frontend-vendor"; - hash = "sha256-lapxu9R6s2ASGdpnU0dht4jxewQjbrXlAkpFf/GsK/Q="; + hash = "sha256-neJh0ZQGa5LNY8vBu3kYkM+ARkXOW/EHx8sPBOsWsgE="; }; in final.stdenv.mkDerivation { @@ -103,7 +103,7 @@ trictrac = with final; rustPlatform.buildRustPackage { pname = "trictrac"; - version = "0.2.11"; # trictrac-version + version = "0.2.12"; # trictrac-version src = ./.; nativeBuildInputs = [ pkg-config ]; diff --git a/justfile b/justfile index fe4e52e..2c3871a 100644 --- a/justfile +++ b/justfile @@ -8,9 +8,9 @@ bump version: sed -i '/^\[workspace\.package\]/,/^\[/{s/^version = ".*"/version = "{{version}}"/}' Cargo.toml sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix - git flow release start {{version}} git add Cargo.toml flake.nix git commit -m "chore: bump version to {{version}}" + git flow release start {{version}} @echo "Done. Finish with: git flow release finish {{version}}" doc: