Skip to content

Commit

Permalink
Next version (#789)
Browse files Browse the repository at this point in the history
Update changelog for next version and bump version.
  • Loading branch information
johrstrom committed Jan 18, 2023
1 parent 005ca58 commit c36da2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.0] - 01-17-2023

### Added

- [787](https://github.com/OSC/ood_core/pull/787) added the `queues` API to the adapter class with
support for Slurm.
- [783](https://github.com/OSC/ood_core/pull/783) added the `accounts` API to the adapter class with
support for Slurm.

### Fixed

- The linux host adapter now supports apptainer in [788](https://github.com/OSC/ood_core/pull/788).


## [0.22.0] - 10-31-2022

### Added
Expand Down Expand Up @@ -455,7 +469,8 @@ Functionally the same as [0.17.3] but with some CI updates.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.22.0...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.23.0...HEAD
[0.23.0]: https://github.com/OSC/ood_core/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/OSC/ood_core/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/OSC/ood_core/compare/v0.20.2...v0.21.0
[0.20.2]: https://github.com/OSC/ood_core/compare/v0.20.1...v0.20.2
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.22.0"
VERSION = "0.23.0"
end

0 comments on commit c36da2c

Please sign in to comment.