Skip to content

Commit

Permalink
Release v0.20.0 (#760)
Browse files Browse the repository at this point in the history
* Release v0.20.0

* Update CHANGELOG.md

Co-authored-by: Jeff Ohrstrom <johrstrom@osc.edu>

Co-authored-by: Jeff Ohrstrom <johrstrom@osc.edu>
  • Loading branch information
treydock and johrstrom committed Jun 3, 2022
1 parent 0af9ce7 commit c31c3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.19.1] - 06-03-2022
## [0.20.0] - 06-03-2022

- Adapters can now respond to `cluster_info` in [752](https://github.com/OSC/ood_core/pull/752). This returns information about the cluster like how many nodes are available and so on. Only Slurm support in this release.
- `OodCore::Job::Info` now has a `gpus` attribute in [753](https://github.com/OSC/ood_core/pull/753). Only Slurm support in this release.
- Support Ruby 3 in [759](https://github.com/OSC/ood_core/pull/759)

## [0.19.0] - 02-03-2022
Expand Down
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.19.1"
VERSION = "0.20.0"
end

0 comments on commit c31c3ef

Please sign in to comment.