Skip to content

Commit f5ab41d

Browse files
committed
chore(release): 0.14.0
1 parent ae3888e commit f5ab41d

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.13.1
19+
placeholder: v0.14.0
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/build-install-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.13.1
19+
placeholder: v0.14.0
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: plugin_version
1818
attributes:
1919
label: Plugin Version or Commit ID
20-
placeholder: v0.13.1
20+
placeholder: v0.14.0
2121
validations:
2222
required: true
2323

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [0.14.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.1...v0.14.0) (2024-01-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* strongly-typed Packet, once again (#1120)
11+
* remove deprecated APIs (#1119)
12+
13+
### Features
14+
15+
* remove deprecated APIs ([#1119](https://github.com/homuler/MediaPipeUnityPlugin/issues/1119)) ([a6e67e3](https://github.com/homuler/MediaPipeUnityPlugin/commit/a6e67e3b2832fafc93aedf2d9ab7c9100af10da0))
16+
* strongly-typed Packet, once again ([#1120](https://github.com/homuler/MediaPipeUnityPlugin/issues/1120)) ([4f3668e](https://github.com/homuler/MediaPipeUnityPlugin/commit/4f3668e2d99211e1c35a67092772d02f9d0b4376))
17+
518
### [0.13.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.0...v0.13.1) (2024-01-06)
619

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

Packages/com.github.homuler.mediapipe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.homuler.mediapipe",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"displayName": "MediaPipe Unity Plugin",
55
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
66
"unity": "2020.4",

0 commit comments

Comments
 (0)