Skip to content

Commit

Permalink
More accurate version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Nov 28, 2023
1 parent df78f49 commit 80c6add
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.6] - 11/28/2023

- [818](https://github.com/OSC/ood_core/pull/818) Changes `cluster.batch_connect_ssh_allow?` default from `nil` to `true`
## [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

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.6"
VERSION = "0.24.0"
end

0 comments on commit 80c6add

Please sign in to comment.