chore: bump version to 0.2.12

This commit is contained in:
Henri Bourcereau 2026-05-22 22:15:10 +02:00
parent 7d304f6e1e
commit 88221303ef
3 changed files with 4 additions and 4 deletions

View file

@ -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: