File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ # [ 0.26.1] - 07-31-2024
11+
12+ - 0.26.0 didn't publish correctly. There's no meaningful difference between 0.26.1 and 0.26.0.
13+
14+ # [ 0.26.0] - 07-26-2024
15+
16+ - Adapter class now has ` nodes ` API in [ 830] ( https://github.com/OSC/ood_core/pull/830 ) .
17+ - QueueInfo objects are GPU aware in [ 825] ( https://github.com/OSC/ood_core/pull/825 ) .
18+ - Systemd adapter bugfix for zsh in [ 834] ( https://github.com/OSC/ood_core/pull/834 ) .
19+ - Websockify timeout is variable in [ 840] ( https://github.com/OSC/ood_core/pull/840 ) .
20+ - Slurm adapter now forces utf-8 encoding in [ 842] ( https://github.com/OSC/ood_core/pull/842 ) .
21+
1022# [ 0.25.0] - 03-27-2024
1123
1224- [ 828] ( https://github.com/OSC/ood_core/pull/828 ) and [ 826] ( https://github.com/OSC/ood_core/pull/826 )
@@ -535,6 +547,9 @@ Functionally the same as [0.17.3] but with some CI updates.
535547- Initial release!
536548
537549[ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.24.2...HEAD
550+ [ 0.26.1 ] : https://github.com/OSC/ood_core/compare/v0.26.0...v0.26.1
551+ [ 0.26.0 ] : https://github.com/OSC/ood_core/compare/v0.25.0...v0.26.0
552+ [ 0.25.0 ] : https://github.com/OSC/ood_core/compare/v0.24.2...v0.25.0
538553[ 0.24.2 ] : https://github.com/OSC/ood_core/compare/v0.24.1...v0.24.2
539554[ 0.24.1 ] : https://github.com/OSC/ood_core/compare/v0.24.0...v0.24.1
540555[ 0.24.0 ] : https://github.com/OSC/ood_core/compare/v0.23.5...v0.24.0
Original file line number Diff line number Diff line change 11module OodCore
22 # The current version of {OodCore}
3- VERSION = "0.26.1 "
3+ VERSION = "0.27.0 "
44end
You can’t perform that action at this time.
0 commit comments