File tree 2 files changed +16
-1
lines changed
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.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
# [ 0.25.0] - 03-27-2024
11
23
12
24
- [ 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.
535
547
- Initial release!
536
548
537
549
[ 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
538
553
[ 0.24.2 ] : https://github.com/OSC/ood_core/compare/v0.24.1...v0.24.2
539
554
[ 0.24.1 ] : https://github.com/OSC/ood_core/compare/v0.24.0...v0.24.1
540
555
[ 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 1
1
module OodCore
2
2
# The current version of {OodCore}
3
- VERSION = "0.26.1 "
3
+ VERSION = "0.27.0 "
4
4
end
You can’t perform that action at this time.
0 commit comments