Skip to content

Commit

Permalink
bump to next version (#805)
Browse files Browse the repository at this point in the history
Bump to next version and update changelog.
  • Loading branch information
johrstrom committed Apr 10, 2023
1 parent c27f2c6 commit 95c4799
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.5] - 04-10-2023

### Fixed

- [804](https://github.com/OSC/ood_core/pull/804) fixed a kubernetes bug in the
`info_all` code path.
- Slurm `-M` flag now correctly accounts for full path `sacctmgr` commands in
[807](https://github.com/OSC/ood_core/pull/807).

## [0.23.4] - 03-06-2023

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

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.23.4...HEAD
[0.23.4]: https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.3
[0.23.3]: https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.2
[0.23.5]: https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.5
[0.23.4]: https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.4
[0.23.3]: https://github.com/OSC/ood_core/compare/v0.23.2...v0.23.3
[0.23.2]: https://github.com/OSC/ood_core/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/OSC/ood_core/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/OSC/ood_core/compare/v0.22.0...v0.23.0
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.4"
VERSION = "0.23.5"
end

0 comments on commit 95c4799

Please sign in to comment.