From 0cc3de441bff8183d254df97b221a4b8b7a93876 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 11 May 2020 15:13:19 -0400 Subject: [PATCH] update to v0.11.3 --- CHANGELOG.md | 9 ++++++++- lib/ood_core/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31114b99..676c42e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.11.3] - 2020-05-11 +### Fixed +- LinuxhHost Adapter to work with any login shell ([#188](https://github.com/OSC/ood_core/pull/188)) +- LinuxhHost Adapter needs to display long lines in pstree to successfully parse + output ([#188](https://github.com/OSC/ood_core/pull/188)) + ## [0.11.2] - 2020-04-23 ### Fixed - fix signature of `LinuxHost#info_where_owner` @@ -222,7 +228,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.11.2...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.11.3...HEAD +[0.11.3]: https://github.com/OSC/ood_core/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/OSC/ood_core/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/OSC/ood_core/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/OSC/ood_core/compare/v0.10.0...v0.11.0 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index bc63e409c..58ec53fc6 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.11.2" + VERSION = "0.11.3" end