diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 55a8e9c1..e6f9fd2b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -112,3 +112,11 @@ v1.8.2 - Add smbpy du and df commands - Fix fineterrain not included in export for optimize_diskusage=True - Update mesher_backend config name & default commands + +v1.8.3 +- Fix landlab import error message, add no_landlab.gin config + +v1.9.0 +- Add CoPlanar indoor constraint, fix backwards tvs/monitors/sinks +- Fix empty scene / null objects selected during export +- Add full system visual check / integration script \ No newline at end of file diff --git a/infinigen/__init__.py b/infinigen/__init__.py index 08131be6..968900e7 100644 --- a/infinigen/__init__.py +++ b/infinigen/__init__.py @@ -6,7 +6,7 @@ import logging from pathlib import Path -__version__ = "1.8.3" +__version__ = "1.9.0" def repo_root():