Skip to content

Commit b959393

Browse files
committed
chore(release): 0.16.2
1 parent c85e12e commit b959393

File tree

5 files changed

+19
-4
lines changed

5 files changed

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.2](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.16.1...v0.16.2) (2025-10-12)
6+
7+
8+
### Bug Fixes
9+
10+
* workaround for compilation errors on macOS ([#1404](https://github.com/homuler/MediaPipeUnityPlugin/issues/1404)) ([4504bd8](https://github.com/homuler/MediaPipeUnityPlugin/commit/4504bd808286bb48fe3687bb6611052ee87423db))
11+
12+
13+
### Build System
14+
15+
* MediaPipe v0.10.22 ([#1357](https://github.com/homuler/MediaPipeUnityPlugin/issues/1357)) ([4fbe60f](https://github.com/homuler/MediaPipeUnityPlugin/commit/4fbe60fcba377ca4254e58eae5f27e07656f6307))
16+
* stop supporting Ubuntu 20.04 ([#1408](https://github.com/homuler/MediaPipeUnityPlugin/issues/1408)) ([f81cc1d](https://github.com/homuler/MediaPipeUnityPlugin/commit/f81cc1d95a7c0d0eac588d6dedbfd6a76b988273))
17+
* upgrade the Android NDK version to support 16KB page size ([#1407](https://github.com/homuler/MediaPipeUnityPlugin/issues/1407)) ([f7d125f](https://github.com/homuler/MediaPipeUnityPlugin/commit/f7d125fb37836ee83f6e80766720d04bd06f7a4f))
18+
* upgrade Unity to support Android 16KB page sizes ([#1409](https://github.com/homuler/MediaPipeUnityPlugin/issues/1409)) ([1c0aee7](https://github.com/homuler/MediaPipeUnityPlugin/commit/1c0aee7f9fa349b51e947f6da65bf53a7f0127d3))
19+
520
### [0.16.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.16.0...v0.16.1) (2025-03-23)
621

722

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

0 commit comments

Comments
 (0)