Skip to content

Commit 1e8a4cb

Browse files
authored
Merge pull request #64 from apple1417/master
pull in unrealsdk update
2 parents 82269e4 + 1354f59 commit 1e8a4cb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22

3-
project(pyunrealsdk VERSION 1.5.1)
3+
project(pyunrealsdk VERSION 1.5.2)
44

55
function(_pyunrealsdk_add_base_target_args target_name)
66
target_compile_features(${target_name} PUBLIC cxx_std_20)

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.5.2
4+
5+
### unrealsdk v1.6.1
6+
For reference, the unrealsdk v1.6.1 changes this includes are:
7+
8+
> - Handled `UClass::Interfaces` also having a different offset between BL2 and TPS.
9+
310
## v1.5.1
411
- Changed type hinting of `unrealsdk.find_all` to return an `Iterable[UObject]`, instead of
512
`Iterator[UObject]`. This mirrors what was actually happening at runtime.

0 commit comments

Comments
 (0)