Skip to content

Commit 8ea882c

Browse files
committed
tagging for release 1.0.1
1 parent 9a333ee commit 8ea882c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
Features marked with `*` require the UE4 plugin to work.
44

5+
## [1.0.1] 2020-07-24
6+
### Fixed
7+
* Fixed an issue when writing some custom props, that would break the XML structure.
58

69
## [1.0.0] 2020-07-01
710
### Added

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bl_info = {
44
"name": "Unreal Datasmith format",
55
"author": "Andrés Botero",
6-
"version": (0, 4, 0),
6+
"version": (1, 0, 1),
77
"blender": (2, 82, 0),
88
"location": "File > Export > Datasmith (.udatasmith)",
99
"description": "Export scene as Datasmith asset",

0 commit comments

Comments
 (0)