Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Mar 3, 2023
1 parent 7679fad commit 52218a8
Show file tree
Hide file tree
Showing 5 changed files with 13 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.3
placeholder: v0.11.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.10.3
placeholder: v0.11.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.10.3
placeholder: v0.11.0
validations:
required: true

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

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


### ⚠ BREAKING CHANGES

* hide StdString from developers (#834)

* hide StdString from developers ([#834](https://github.com/homuler/MediaPipeUnityPlugin/issues/834)) ([1eac8b1](https://github.com/homuler/MediaPipeUnityPlugin/commit/1eac8b197727aac44379be9a90834c92d04399d9))

### [0.10.3](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.10.1...v0.10.3) (2022-12-28)


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

0 comments on commit 52218a8

Please sign in to comment.