Skip to content

Commit 184e278

Browse files
committed
up minor version
1 parent fd6adf8 commit 184e278

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.7.0] - 2018-12-26
11+
### Added
912
- Addition of an optional live system test of a configurable job adapter
1013

14+
### Fixed
15+
- Fix Torque adapter crash by fixing scope resolution on Attrl and Attropl
16+
- Fix SGE adapter crash in `OodCore::Job::Adapters::Sge::Batch#get_info_enqueued_job` when libdrmma is not available (DRMMA constant not defined)
17+
18+
### Changed
19+
- Always set `SGE_ROOT` env var, for both SGE commands via popen and when using libdrmaa
20+
- Use libdrmaa only when libdrmaa is set in the cluster config
21+
22+
1123
## [0.6.0] - 2018-12-19
1224
### Added
1325
- Added ability to override the default password length
@@ -141,7 +153,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
141153
### Added
142154
- Initial release!
143155

144-
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.6.0...HEAD
156+
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.7.0...HEAD
157+
[0.7.0]: https://github.com/OSC/ood_core/compare/v0.6.0...v0.7.0
145158
[0.6.0]: https://github.com/OSC/ood_core/compare/v0.5.1...v0.6.0
146159
[0.5.1]: https://github.com/OSC/ood_core/compare/v0.5.0...v0.5.1
147160
[0.5.0]: https://github.com/OSC/ood_core/compare/v0.4.0...v0.5.0

lib/ood_core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodCore
22
# The current version of {OodCore}
3-
VERSION = "0.6.0"
3+
VERSION = "0.7.0"
44
end

0 commit comments

Comments
 (0)