diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fac288f5..0ab328c2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -128,4 +128,11 @@ v1.9.1 - Fix gin configs not correctly passed to slurm jobs in generate_individual_assets - Fix integration test image titles - Fix integration test asset image alignment -- Make multistory houses disabled by default \ No newline at end of file +- Make multistory houses disabled by default + +v1.10.0 +- Add Configuring Cameras documentation +- Add config for multiview cameras surrounding a point of interest +- Add MaterialSegmentation output pass +- Add passthrough mode to direct manage_jobs stdout directly to terminal +- Add "copyfile:destination" upload mode \ No newline at end of file diff --git a/infinigen/__init__.py b/infinigen/__init__.py index 9f7272bb..944db1c6 100644 --- a/infinigen/__init__.py +++ b/infinigen/__init__.py @@ -6,7 +6,7 @@ import logging from pathlib import Path -__version__ = "1.9.2" +__version__ = "1.10.0" def repo_root():