Skip to content

Commit cf4c11d

Browse files
committed
chore(release): 0.16.3
1 parent 41886bd commit cf4c11d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.16.2
19+
placeholder: v0.16.3
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/build-install-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.16.2
19+
placeholder: v0.16.3
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: plugin_version
1818
attributes:
1919
label: Plugin Version or Commit ID
20-
placeholder: v0.16.2
20+
placeholder: v0.16.3
2121
validations:
2222
required: true
2323

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.16.3](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.16.2...v0.16.3) (2025-11-08)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent crash in Holistic Landmarker when face is lost ([#1418](https://github.com/homuler/MediaPipeUnityPlugin/issues/1418)) ([41886bd](https://github.com/homuler/MediaPipeUnityPlugin/commit/41886bd3933c70f8d53ec82ff755beabdc4a4faf))
11+
512
### [0.16.2](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.16.1...v0.16.2) (2025-10-12)
613

714

Packages/com.github.homuler.mediapipe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.homuler.mediapipe",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"displayName": "MediaPipe Unity Plugin",
55
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)