Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version and update changelog #824

Merged
merged 4 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading