Skip to content

Commit

Permalink
Bumps next version (#819)
Browse files Browse the repository at this point in the history
* Bumps next version

* More accurate version bump
  • Loading branch information
HazelGrant committed Nov 28, 2023
1 parent 6504b5f commit 9926c2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.24.0] - 11-28-2023

- Code cleanup and separate arguments with whitespace in Fujitsu TCS adapter by @mnakao in https://github.com/OSC/ood_core/pull/808
- Add OUT_OF_MEMORY state for Slurm by @robinkar in https://github.com/OSC/ood_core/pull/809
- find_port: avoid infinite loop by @utkarshayachit in https://github.com/OSC/ood_core/pull/811
- handle find_port error codes by @utkarshayachit in https://github.com/OSC/ood_core/pull/812
- vnc: run websockify as background process by @utkarshayachit in https://github.com/OSC/ood_core/pull/813
- Add working_dir option for Fujitsu TCS job scheduler by @mnakao in https://github.com/OSC/ood_core/pull/816
- Minor fix for Fujitsu TCS by @mnakao in https://github.com/OSC/ood_core/pull/817
- Update rake requirement from ~> 13.0.1 to ~> 13.1.0 by @dependabot in https://github.com/OSC/ood_core/pull/814
- Changes default return value for cluster.batch_connect_ssh_allow? by @HazelGrant in https://github.com/OSC/ood_core/pull/818

## [0.23.5] - 04-10-2023

### Fixed
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.23.5"
VERSION = "0.24.0"
end

0 comments on commit 9926c2b

Please sign in to comment.