CHANGELOG.md in openstudio-extension-0.7.1 vs CHANGELOG.md in openstudio-extension-0.8.0
- old
+ new
@@ -1,6 +1,20 @@
# OpenStudio(R) Extension Gem
+## Version 0.8.0
+
+* [#184]( https://github.com/NREL/openstudio-extension-gem/pull/184 ), Removing model methods and model method spec tests. Most model methods moved to openstudio-standards-gem, others moved to OpenStudio C++.
+
+* Update dependencies to support Ruby 3.2.2 / OpenStudio 3.8.0
+
+## Version 0.7.1
+
+* Fixed [#169]( https://github.com/NREL/openstudio-extension-gem/pull/169 ), Replace --verbose flag to --loglevel inorder to run CI.
+* Fixed [#171]( https://github.com/NREL/openstudio-extension-gem/pull/171 ), Remove bundle flag
+* Fixed [#172]( https://github.com/NREL/openstudio-extension-gem/pull/172 ), useless commit, to trigger the CI
+* Fixed [#173]( https://github.com/NREL/openstudio-extension-gem/pull/173 ), Remove bundle flag to run in ci with new commit.
+* Fixed [#174]( https://github.com/NREL/openstudio-extension-gem/pull/174 ), Bump os-standards to 0.5.0
+
## Version 0.7.0
* Fixed [#156]( https://github.com/NREL/openstudio-extension-gem/pull/156 ), Adding test for lab building type
* Fixed [#165]( https://github.com/NREL/openstudio-extension-gem/pull/165 ), Remove district systems gem
* Upgrade developer dependency to openstudio-standards gem to `~> 0.5.0`