Skip to content

Commit

Permalink
Merge pull request #166 from NREL/070_release_prep
Browse files Browse the repository at this point in the history
doc and ver update for 070 ext gem
  • Loading branch information
DavidGoldwasser authored Oct 16, 2023
2 parents 5ce8289 + 1a55e40 commit 7819e99
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OpenStudio(R) Extension Gem

## 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`

## Version 0.6.1

* Updating to new licensing format and updating copyrights
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export RUBYLIB=/Applications/OpenStudio-3.1.0/Ruby

|OpenStudio Extension Gem|OpenStudio|Ruby|
|:--------------:|:----------:|:--------:|
| 0.7.0 | 3.7 | 2.7 |
| 0.6.0 | 3.5 | 2.7 |
| 0.6.0 | 3.5 | 2.7 |
| 0.5.1 | 3.4 | 2.7 |
| 0.5.1 | 3.3 | 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.6.1'.freeze
VERSION = '0.7.0'.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.4.0' # for os_lib unit tests
spec.add_development_dependency 'openstudio-standards', '>= 0.5.0.rc1', '< 0.6.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 7819e99

Please sign in to comment.