Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jun 24, 2023
1 parent a7517e5 commit f811ad3
Show file tree
Hide file tree
Showing 5 changed files with 22 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.11.0
placeholder: v0.12.0
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.11.0
placeholder: v0.12.0
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.11.0
placeholder: v0.12.0
validations:
required: true

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

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.12.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.11.0...v0.12.0) (2023-06-24)


### ⚠ BREAKING CHANGES

* MediaPipe 0.10.1 (#924)
* use Ubuntu 20.04 as the base image (#921)

### Bug Fixes

* include MediaPipeUnity.framework in unitypackage ([#882](https://github.com/homuler/MediaPipeUnityPlugin/issues/882)) ([7c43b75](https://github.com/homuler/MediaPipeUnityPlugin/commit/7c43b75f693d5f3a63056848f0a66e861d908809))


### build

* MediaPipe 0.10.1 ([#924](https://github.com/homuler/MediaPipeUnityPlugin/issues/924)) ([9d5c618](https://github.com/homuler/MediaPipeUnityPlugin/commit/9d5c61805ef4dabfe06f876643acab9900cc9f46))
* use Ubuntu 20.04 as the base image ([#921](https://github.com/homuler/MediaPipeUnityPlugin/issues/921)) ([f08fd92](https://github.com/homuler/MediaPipeUnityPlugin/commit/f08fd926a962e1b04f2bd30be84f79bdab224db9))

## [0.11.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.10.3...v0.11.0) (2023-03-03)


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.11.0",
"version": "0.12.0",
"displayName": "MediaPipe Unity Plugin",
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
"unity": "2020.4",
Expand Down

0 comments on commit f811ad3

Please sign in to comment.