Skip to content

Commit d816caa

Browse files
committed
chore(release): 0.16.1
1 parent aa61073 commit d816caa

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.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.0
19+
placeholder: v0.16.1
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.0
19+
placeholder: v0.16.1
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.0
20+
placeholder: v0.16.1
2121
validations:
2222
required: true
2323

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.16.0...v0.16.1) (2025-03-23)
6+
7+
8+
### Features
9+
10+
* implement GestureRecognizer ([#1352](https://github.com/homuler/MediaPipeUnityPlugin/issues/1352)) ([606bac5](https://github.com/homuler/MediaPipeUnityPlugin/commit/606bac5f882fdc3ce5f3b33d08f8a39f65ddeb25))
11+
12+
13+
### Bug Fixes
14+
15+
* Destroy textures to fix memory leak ([#1337](https://github.com/homuler/MediaPipeUnityPlugin/issues/1337)) ([ef8d2c0](https://github.com/homuler/MediaPipeUnityPlugin/commit/ef8d2c022996c66237285210dd271bec857e334d))
16+
* negate necessary component of matrix ([#1355](https://github.com/homuler/MediaPipeUnityPlugin/issues/1355)) ([aa61073](https://github.com/homuler/MediaPipeUnityPlugin/commit/aa61073176c38a137594d5e8cf3947e70b0077f0))
17+
518
## [0.16.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.15.0...v0.16.0) (2025-02-18)
619

720

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.0",
3+
"version": "0.16.1",
44
"displayName": "MediaPipe Unity Plugin",
55
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)