Skip to content

Commit

Permalink
bump version and update changelog (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jul 21, 2022
1 parent 4ae02fb commit 9b82215
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.20.1] - 07-21-2022

- Fixed turbovnc compatability issue with the -nohttpd flag in [767](https://github.com/OSC/ood_core/pull/767).

## [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.
Expand Down Expand Up @@ -428,7 +432,9 @@ Functionally the same as [0.17.3] but with some CI updates.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.20.1...HEAD
[0.20.1]: https://github.com/OSC/ood_core/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/OSC/ood_core/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/OSC/ood_core/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/OSC/ood_core/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/OSC/ood_core/compare/v0.17.8...v0.18.0
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.20.0"
VERSION = "0.20.1"
end

0 comments on commit 9b82215

Please sign in to comment.