diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d46a86085..40255c9b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ Change Log ========== +Version 0.6.0 RC2 +----------------- + +## What's Changed +### Exciting New Features 🎉 +* Template initial microgrid subsystem example by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/569 +* Microgrid heating by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/586 +* Change how ModelicaPaths are built so they also work on Windows computers by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/590 +### Other Changes +* initialize empty variable before potential use by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/579 +* Include 5G partial model in generation by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/580 +* Allow skipping of specific files when cloning a modelica project by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/584 +* Add a quick fix for reading gfunction.csv from ghe_id subfolder by @JingWang-CUB in https://github.com/urbanopt/geojson-modelica-translator/pull/589 +* Move modelica methods from GMT to modelica-builder by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/591 + +**Full Changelog**: https://github.com/urbanopt/geojson-modelica-translator/compare/v0.6.0-rc1...v0.6.0-rc2 + + Version 0.6.0 RC1 ----------------- ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 7dc2a9045..5ee9f5946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geojson-modelica-translator" -version = "0.6.0-rc1" +version = "0.6.0-rc2" description = "Package for converting GeoJSON to Modelica models for Urban Scale Analyses." authors = ["URBANopt DES Team "] license = "BSD-4-Clause"