Skip to content

Commit

Permalink
Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Jul 5, 2017
1 parent 4f3bce5 commit b74009b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.5] - 2017-07-05

### Added

- Add wallclock time limit to `OodCore::Job::Info` object.
Expand Down Expand Up @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial release!

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/OSC/ood_core/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/OSC/ood_core/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/OSC/ood_core/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/OSC/ood_core/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion lib/ood_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodCore
# The current version of {OodCore}
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit b74009b

Please sign in to comment.