Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenStudio Model Articulation Gems

## Version 0.12.2
* Updated dependency (openstudio-extension gem 0.9.2 to 0.9.3)

## Version 0.12.1
* Updated measure XML files for metadata consistency
* Minor updates to README and license templates
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ bundle exec rake openstudio:test_with_openstudio

|OpenStudio Model Articulation Gem|OpenStudio|Ruby|
|:--------------:|:----------:|:--------:|
| 0.12.2 | 3.10 | 3.2.2 |
| 0.12.1 | 3.10 | 3.2.2 |
| 0.12.0 | 3.10 | 3.2.2 |
| 0.11.1 | 3.9 | 3.2.2 |
Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio/model_articulation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module OpenStudio
module ModelArticulation
VERSION = '0.12.1'
VERSION = '0.12.2'
end
end
2 changes: 1 addition & 1 deletion openstudio-model-articulation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '~> 3.2.2'

spec.add_dependency 'bundler', '~> 2.4.10'
spec.add_dependency 'openstudio-extension', '~> 0.9.2'
spec.add_dependency 'openstudio-extension', '~> 0.9.3'
spec.add_dependency 'openstudio-standards', '0.8.2'

# if we need the following dependencies pinned,
Expand Down
Loading