From c2d594e0639c3d0e9bafb58f9334928db7adc5ee Mon Sep 17 00:00:00 2001 From: Junrou Nishida Date: Mon, 24 Jun 2024 22:11:13 +0900 Subject: [PATCH] chore(release): 0.14.4 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/build-install-issue.yml | 2 +- .github/ISSUE_TEMPLATE/support.yml | 2 +- CHANGELOG.md | 13 +++++++++++++ Packages/com.github.homuler.mediapipe/package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0335d9d3c..768b13955 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.3 + placeholder: v0.14.4 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/build-install-issue.yml b/.github/ISSUE_TEMPLATE/build-install-issue.yml index 7bc0f5b4e..e084661a1 100644 --- a/.github/ISSUE_TEMPLATE/build-install-issue.yml +++ b/.github/ISSUE_TEMPLATE/build-install-issue.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.3 + placeholder: v0.14.4 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml index 85f11c0d1..4c70f510c 100644 --- a/.github/ISSUE_TEMPLATE/support.yml +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -17,7 +17,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.3 + placeholder: v0.14.4 validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0225573..57758053a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [0.14.4](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.3...v0.14.4) (2024-06-24) + + +### Bug Fixes + +* diffs when building or importing ([#1201](https://github.com/homuler/MediaPipeUnityPlugin/issues/1201)) ([b795a98](https://github.com/homuler/MediaPipeUnityPlugin/commit/b795a9861ede9130610ef90a53d1b863b01ca164)) + + +### Build System + +* MediaPipe v0.10.14 ([#1200](https://github.com/homuler/MediaPipeUnityPlugin/issues/1200)) ([4bae91d](https://github.com/homuler/MediaPipeUnityPlugin/commit/4bae91d9272a37dfe590b24811a2876e1422ad3e)) +* Update the Unity version (2022.3.34f1) ([#1202](https://github.com/homuler/MediaPipeUnityPlugin/issues/1202)) ([77f96d6](https://github.com/homuler/MediaPipeUnityPlugin/commit/77f96d6ec341cb72c216f3b41a7a0e894b4939af)) + ### [0.14.3](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.2...v0.14.3) (2024-03-15) ### [0.14.2](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.1...v0.14.2) (2024-03-15) diff --git a/Packages/com.github.homuler.mediapipe/package.json b/Packages/com.github.homuler.mediapipe/package.json index b4eb69f37..b383ab990 100644 --- a/Packages/com.github.homuler.mediapipe/package.json +++ b/Packages/com.github.homuler.mediapipe/package.json @@ -1,6 +1,6 @@ { "name": "com.github.homuler.mediapipe", - "version": "0.14.3", + "version": "0.14.4", "displayName": "MediaPipe Unity Plugin", "description": "A Unity Plugin to run MediaPipe CalculatorGraph", "unity": "2020.4",