Skip to content

Commit 61be7e1

Browse files
Le-Syl21claude
andcommitted
chore: bump to 0.0.3 — first all-platforms beta release
5/5 targets green in dry-run #15 with native ubuntu-24.04-arm: Linux x86_64 native ✓ Linux aarch64 native (ubuntu-24.04-arm) ✓ Windows x86_64 native MSVC ✓ macOS aarch64 native (Apple Silicon) ✓ macOS x86_64 cross-compiled from Apple Silicon ✓ Removed the partial v0.0.1 (3/5) and v0.0.2 (4/5) releases per Sylvain's "release que quand tout est pret" rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6dae9fc commit 61be7e1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository = "https://github.com/Le-Syl21/headtracking"
1717

1818
[package]
1919
name = "headtracking"
20-
version = "0.0.2"
20+
version = "0.0.3"
2121
edition.workspace = true
2222
license.workspace = true
2323
repository.workspace = true

plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "HeadTracking"
33
name = "Head Tracking"
44
description = "Real-time head tracking POV control via Kinect (v1/v2) or webcam"
55
author = "Sylvain Gargasson"
6-
version = "0.0.2"
6+
version = "0.0.3"
77
link = "https://github.com/Le-Syl21/headtracking"
88

99
[libraries]

tools/headtracking-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headtracking-demo"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition.workspace = true
55
license.workspace = true
66
description = "Standalone visualization of the Kinect / webcam head-tracker (RGB + face bbox + VPX delta + logs)"

0 commit comments

Comments
 (0)