Skip to content

Commit

Permalink
chore(release): 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Dec 28, 2022
1 parent bd1fba9 commit 42f9117
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.10.1
placeholder: v0.10.3
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/build-install-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.10.1
placeholder: v0.10.3
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.10.1
placeholder: v0.10.3
validations:
required: true

Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.10.3](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.10.1...v0.10.3) (2022-12-28)


### Features

* add FloatVectorPacket and MatrixPacket ([#767](https://github.com/homuler/MediaPipeUnityPlugin/issues/767)) ([391d7d9](https://github.com/homuler/MediaPipeUnityPlugin/commit/391d7d98b127ce41ceac85ec47f6126664f1bc4e)), closes [#656](https://github.com/homuler/MediaPipeUnityPlugin/issues/656)
* make mask color transparent ([#733](https://github.com/homuler/MediaPipeUnityPlugin/issues/733)) ([f196f46](https://github.com/homuler/MediaPipeUnityPlugin/commit/f196f4631f81afb2f897116c5adbfead3768aab9))


### Bug Fixes

* avoid drawing holistic landmarks twice ([#755](https://github.com/homuler/MediaPipeUnityPlugin/issues/755)) ([30cd149](https://github.com/homuler/MediaPipeUnityPlugin/commit/30cd149d191b3ec2c672d420557a879fe528c459))
* ignore core.autocrlf ([#807](https://github.com/homuler/MediaPipeUnityPlugin/issues/807)) ([f2bc51b](https://github.com/homuler/MediaPipeUnityPlugin/commit/f2bc51b9f728ed1cbc390cca0e061518e9251e95))
* stop running OnValidate on immutable prefabs ([#810](https://github.com/homuler/MediaPipeUnityPlugin/issues/810)) ([f545346](https://github.com/homuler/MediaPipeUnityPlugin/commit/f5453467be5f8b0c15da8816f0ebb0ae92abf260))

### [0.10.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.10.0...v0.10.1) (2022-07-09)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.github.homuler.mediapipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.homuler.mediapipe",
"version": "0.10.1",
"version": "0.10.3",
"displayName": "MediaPipe Unity Plugin",
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
"unity": "2020.4",
Expand Down

0 comments on commit 42f9117

Please sign in to comment.