Merge tag '0.2.13' into develop

0.2.13
This commit is contained in:
Henri Bourcereau 2026-05-25 21:02:55 +02:00
commit 09f02aaa00
3 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[workspace.package] [workspace.package]
version = "0.2.12" version = "0.2.13"
[workspace] [workspace]
resolver = "2" resolver = "2"

View file

@ -103,7 +103,7 @@
trictrac = with final; rustPlatform.buildRustPackage { trictrac = with final; rustPlatform.buildRustPackage {
pname = "trictrac"; pname = "trictrac";
version = "0.2.12"; # trictrac-version version = "0.2.13"; # trictrac-version
src = ./.; src = ./.;
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];

View file

@ -11,7 +11,6 @@ bump version:
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
git add Cargo.toml flake.nix git add Cargo.toml flake.nix
git commit -m "chore: bump version to {{version}}" git commit -m "chore: bump version to {{version}}"
git flow release start {{version}}
@echo "Done. Finish with: git flow release finish {{version}}" @echo "Done. Finish with: git flow release finish {{version}}"
# Sync pages content to production server # Sync pages content to production server