Skip to content

Commit 94ef56d

Browse files
committed
Release Version 1.3.0
1 parent a4b1e51 commit 94ef56d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- 'release/v**'
89
- 'run-ci/**'
910
tags:
1011
- 'v*'

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'release/v**'
78
- 'run-ci/**'
89
tags:
910
- 'v*'

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
# Change Log
44

5-
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.2...master)
5+
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.3.0...master)
6+
7+
<!-- markdownlint-disable-next-line MD013 -->
8+
## [Version 1.3.0](https://github.com/nutti/UE4-Kdtree/compare/v1.2...v1.3.0) - 2024.5.7
9+
10+
### Updated Features
11+
12+
* Support on Unreal Engine 5.4
613

714
<!-- markdownlint-disable-next-line MD013 -->
815
## [Version 1.2](https://github.com/nutti/UE4-Kdtree/compare/v1.1...v1.2) - 2023.11.21

Kdtree/Kdtree.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.2",
4+
"VersionName": "1.3",
55
"FriendlyName": "kd-tree",
66
"Description": "Blueprint nodes to build a kd-tree",
77
"EngineVersion": "5.4.0",

0 commit comments

Comments
 (0)