Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 8, 2024
1 parent ae3888e commit f5ab41d
Show file tree
Hide file tree
Showing 5 changed files with 17 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.13.1
placeholder: v0.14.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.13.1
placeholder: v0.14.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.13.1
placeholder: v0.14.0
validations:
required: true

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.1...v0.14.0) (2024-01-08)


### ⚠ BREAKING CHANGES

* strongly-typed Packet, once again (#1120)
* remove deprecated APIs (#1119)

### Features

* remove deprecated APIs ([#1119](https://github.com/homuler/MediaPipeUnityPlugin/issues/1119)) ([a6e67e3](https://github.com/homuler/MediaPipeUnityPlugin/commit/a6e67e3b2832fafc93aedf2d9ab7c9100af10da0))
* strongly-typed Packet, once again ([#1120](https://github.com/homuler/MediaPipeUnityPlugin/issues/1120)) ([4f3668e](https://github.com/homuler/MediaPipeUnityPlugin/commit/4f3668e2d99211e1c35a67092772d02f9d0b4376))

### [0.13.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.0...v0.13.1) (2024-01-06)

## [0.13.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.12.0...v0.13.0) (2024-01-06)
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.13.1",
"version": "0.14.0",
"displayName": "MediaPipe Unity Plugin",
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
"unity": "2020.4",
Expand Down

0 comments on commit f5ab41d

Please sign in to comment.