Skip to content

Commit

Permalink
bump version and update changelog (#824)
Browse files Browse the repository at this point in the history
Bump version and update changelog.
  • Loading branch information
johrstrom authored Jan 31, 2024
1 parent 86653b6 commit 41fec50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

# [0.24.2] - 01-24-2024

- [823](https://github.com/OSC/ood_core/pull/823) Corrected a mistake in converting duration to seconds.
* [821](https://github.com/OSC/ood_core/pull/821) add container_start_args to pass options to the start command.

## [0.24.1] - 11-29-2023

[820](https://github.com/OSC/ood_core/pull/820) Reverts [818](https://github.com/OSC/ood_core/pull/818)
Expand Down Expand Up @@ -524,7 +529,10 @@ Functionally the same as [0.17.3] but with some CI updates.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_core/compare/v0.23.4...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.24.2...HEAD
[0.24.2]: https://github.com/OSC/ood_core/compare/v0.24.1...v0.24.2
[0.24.1]: https://github.com/OSC/ood_core/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/OSC/ood_core/compare/v0.23.5...v0.24.0
[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
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.24.1"
VERSION = "0.24.2"
end

0 comments on commit 41fec50

Please sign in to comment.