From 597e9966cc0521840f4e4ed33e9ce08b66dcd18c Mon Sep 17 00:00:00 2001 From: Jeremy Nicklas Date: Thu, 5 Apr 2018 14:38:05 -0400 Subject: [PATCH] Bump to 0.3.0 --- CHANGELOG.md | 5 ++++- lib/ood_core/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541112f89..cb07c4649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] - 2018-04-05 ### Added - Basic multi-cluster support for LSF by specifying name of cluster for -m argument. [#24](https://github.com/OSC/ood_core/issues/24) @@ -110,7 +112,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/ood_core/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/OSC/ood_core/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/OSC/ood_core/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/OSC/ood_core/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/OSC/ood_core/compare/v0.1.0...v0.1.1 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 6825c08e6..0d429a8ff 100644 --- a/lib/ood_core/version.rb +++ b/lib/ood_core/version.rb @@ -1,4 +1,4 @@ module OodCore # The current version of {OodCore} - VERSION = "0.2.1" + VERSION = "0.3.0" end