Compare commits

..

3 commits

Author SHA1 Message Date
80585d2712 Merge tag '0.2.19' into develop
0.2.19
2026-07-28 13:25:21 +02:00
03a9cb1128 Merge branch 'release/0.2.19' 2026-07-28 13:22:28 +02:00
cfe609a1ee chore: bump version to 0.2.19 2026-07-28 13:22:27 +02:00
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -39,7 +39,7 @@
frontendCargoDeps = rustPlatform.fetchCargoVendor {
src = ./.;
name = "trictrac-frontend-vendor";
hash = "sha256-HJ9iUzsaMKapKb9DH0aoX7keuShq5fnHk1TSvNlw2CQ=";
hash = "sha256-CSz5FJdBdVYf5pxqhtKprchlYt8jsZY2dFzhDh+nL4U=";
};
# Must match the wasm-bindgen version in Cargo.lock
wasm-bindgen-version = "0.2.118";
@ -102,7 +102,7 @@
trictrac = with final; rustPlatform.buildRustPackage {
pname = "trictrac";
version = "0.2.16"; # trictrac-version
version = "0.2.19"; # trictrac-version
src = ./.;
nativeBuildInputs = [ pkg-config ];