Skip to content

Commit 1a22e39

Browse files
committed
update version + release notes
1 parent 7b640b6 commit 1a22e39

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "1.3.0b2")
26+
set(PACKAGE_VERSION "1.3.0b3")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
RELEASE NOTES
22

3+
**Version**: 1.3.0b3
4+
5+
NEW FEATURES
6+
7+
* Updated documentation
8+
9+
FIXES
10+
11+
* ConvertToPrefab: fix Mesh Collider not pointing to exported mesh after converting
12+
* FbxExporter: fix so "Compatible Naming" doesn't modify scene on export
13+
* ConvertTopPrefab: warn that hierarchy might change and animations could break when "Compatible Naming" is enabled
14+
315
**Version**: 1.3.0b2
416

517
NEW FEATURES

RELEASE_NOTES_EXTERNAL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
RELEASE NOTES
22

3+
**Version**: 1.3.0b3
4+
5+
FIXES
6+
* ConvertToPrefab: fix Mesh Collider not pointing to exported mesh after converting
7+
* FbxExporter: fix so "Compatible Naming" doesn't modify scene on export
8+
39
**Version**: 1.3.0b2
410

511
NEW FEATURES
6-
712
* Unity3dsMaxIntegration: Allow multi file import
813
* Unity3dsMaxIntegration: Allow multi file export by scene selection
914

0 commit comments

Comments
 (0)