Skip to content

Commit be13633

Browse files
committed
Release Version 1.2
1 parent 3e92966 commit be13633

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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+
- 'run-ci/**'
78
tags:
89
- 'v*'
910
pull_request:

CHANGELOG.md

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

33
# Change Log
44

5-
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.1...master)
5+
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.2...master)
6+
7+
<!-- markdownlint-disable-next-line MD013 -->
8+
## [Version 1.2](https://github.com/nutti/UE4-Kdtree/compare/v1.1...v1.2) - 2023.11.21
9+
10+
## Other Updates
11+
12+
* Expose C++ API to public
13+
* Fix bugs
14+
15+
### Contributor
16+
17+
* [**@irvnriir**](https://github.com/irvnriir)
618

719
<!-- markdownlint-disable-next-line MD013 -->
820
## [Version 1.1](https://github.com/nutti/UE4-Kdtree/compare/v1.0...v1.1) - 2019.9.1

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.1",
4+
"VersionName": "1.2",
55
"FriendlyName": "kd-tree",
66
"Description": "Blueprint nodes to build a kd-tree",
77
"EngineVersion": "5.3.0",

0 commit comments

Comments
 (0)