Skip to content

Commit

Permalink
Update CHANGELOG for v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvl-bot committed Oct 8, 2024
1 parent 4555520 commit b6a65b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion infinigen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from pathlib import Path

__version__ = "1.8.3"
__version__ = "1.9.0"


def repo_root():
Expand Down

0 comments on commit b6a65b8

Please sign in to comment.