Skip to content

Commit

Permalink
Merge pull request #176 from NREL/develop
Browse files Browse the repository at this point in the history
changes for 0.7.1 for github release from master
  • Loading branch information
DavidGoldwasser authored Nov 28, 2023
2 parents 1f6fd95 + bb25c59 commit 91fab7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# OpenStudio(R) Extension Gem

## 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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export RUBYLIB=/Applications/OpenStudio-3.1.0/Ruby

|OpenStudio Extension Gem|OpenStudio|Ruby|
|:--------------:|:----------:|:--------:|
| 0.7.1 | 3.7 | 2.7 |
| 0.7.0 | 3.7 | 2.7 |
| 0.6.0 | 3.5 | 2.7 |
| 0.6.0 | 3.5 | 2.7 |
Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio/extension/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module OpenStudio
module Extension
VERSION = '0.7.0'.freeze
VERSION = '0.7.1'.freeze
end
end
2 changes: 1 addition & 1 deletion openstudio-extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'openstudio-workflow', '~> 2.3.0'
spec.add_dependency 'parallel', '~> 1.19.1'

spec.add_development_dependency 'openstudio-standards', '>= 0.5.0.rc1', '< 0.6.0' # for os_lib unit tests
spec.add_development_dependency 'openstudio-standards', '~> 0.5.0' # for os_lib unit tests
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.9'
end

0 comments on commit 91fab7d

Please sign in to comment.