Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep version 0.2.1 #129

Merged
merged 4 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# BuildingSync Gem

## Version 0.2.1 (Unreleased)
## Version 0.2.1

- Update copyright dates
- Update URL for BuildingSync selection tool
- Include buildingsync/generators when including gem by default
- BuildingSync to OpenStudio Translation for MLOD 200
- Add action for building the documentation

## Version 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ installed, then export the path of the folder that contains the openstudio.rb fi

After installing OpenStudio and setting the environment variable, then add this line to your application's Gemfile:
```ruby
gem 'buildingsync', '0.2.0'
gem 'buildingsync', '0.2.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/buildingsync/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
# provides features for reading BldgSync XML files, generating baseline models, creating scenario workflows, running simulations and adding simulation results to the BldgSync file
module BuildingSync
# version of the BuildingSync gem
VERSION = '0.2.0'
VERSION = '0.2.1'
end