Skip to content

Commit

Permalink
Merge pull request #146 from urbanopt/develop
Browse files Browse the repository at this point in the history
0.9.1
  • Loading branch information
kflemin authored Jan 9, 2024
2 parents 104222f + a69cea7 commit dc31cea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# URBANopt Reporting Gem

## Version 0.9.1
* downgrade json-schema to 2.7 by @vtnate in https://github.com/urbanopt/urbanopt-reporting-gem/pull/145

## Version 0.9.0
Date Range: 6/30/23 - 01/09/24

Expand Down
2 changes: 1 addition & 1 deletion lib/urbanopt/reporting/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module URBANopt
module Reporting
VERSION = '0.9.0'.freeze
VERSION = '0.9.1'.freeze
end
end
4 changes: 2 additions & 2 deletions urbanopt-reporting-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.18.2'
spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'

spec.add_runtime_dependency 'json_pure', '~> 2.7'
spec.add_runtime_dependency 'json-schema', '~> 2.8'
spec.add_runtime_dependency 'json_pure', '~> 2.3'
spec.add_runtime_dependency 'json-schema', '~> 2.7'
spec.add_dependency 'openstudio-extension', '~> 0.7.1'
end

0 comments on commit dc31cea

Please sign in to comment.