File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Genesis Release Note
22
3+ ## 0.3.10
4+
5+ Small release mainly fixing bugs.
6+
7+ ### Bug Fixes
8+
9+ * Fix parsing for special material properties in glTF meshes (@duburcqa ) (#2110 )
10+
11+ ### Miscellaneous
12+
13+ * More robust detection of invalid simulation state. (@duburcqa ) (#2112 )
14+
315## 0.3.9
416
517Small release mainly polishing features that were introduced in previous release.
Original file line number Diff line number Diff line change 1- __version__ = "0.3.9 "
1+ __version__ = "0.3.10 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " genesis-world"
7- version = " 0.3.9 "
7+ version = " 0.3.10 "
88description = " A universal and generative physics engine"
99readme = " README.md"
1010requires-python = " >=3.10,<3.14"
You can’t perform that action at this time.
0 commit comments