Skip to content

Commit 95c4799

Browse files
authored
bump to next version (#805)
Bump to next version and update changelog.
1 parent c27f2c6 commit 95c4799

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.23.5] - 04-10-2023
11+
12+
### Fixed
13+
14+
- [804](https://github.com/OSC/ood_core/pull/804) fixed a kubernetes bug in the
15+
`info_all` code path.
16+
- Slurm `-M` flag now correctly accounts for full path `sacctmgr` commands in
17+
[807](https://github.com/OSC/ood_core/pull/807).
18+
1019
## [0.23.4] - 03-06-2023
1120

1221
### Fixed
@@ -500,8 +509,9 @@ Functionally the same as [0.17.3] but with some CI updates.
500509
- Initial release!
501510

502511
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.23.4...HEAD
503-
[0.23.4]: https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.3
504-
[0.23.3]: https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.2
512+
[0.23.5]: https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.5
513+
[0.23.4]: https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.4
514+
[0.23.3]: https://github.com/OSC/ood_core/compare/v0.23.2...v0.23.3
505515
[0.23.2]: https://github.com/OSC/ood_core/compare/v0.23.1...v0.23.2
506516
[0.23.1]: https://github.com/OSC/ood_core/compare/v0.23.0...v0.23.1
507517
[0.23.0]: https://github.com/OSC/ood_core/compare/v0.22.0...v0.23.0

lib/ood_core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodCore
22
# The current version of {OodCore}
3-
VERSION = "0.23.4"
3+
VERSION = "0.23.5"
44
end

0 commit comments

Comments
 (0)