Skip to content

Commit 11684db

Browse files
authored
[MISC] Bump genesis version to 0.3.10 (#2115)
1 parent 391f039 commit 11684db

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

RELEASE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

517
Small release mainly polishing features that were introduced in previous release.

genesis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.9"
1+
__version__ = "0.3.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "genesis-world"
7-
version = "0.3.9"
7+
version = "0.3.10"
88
description = "A universal and generative physics engine"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)