File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 ruby-version : " 2.7.1"
2424 bundler-cache : true
25- bundler : " 2.1.4 "
25+ bundler : " 2.2 "
2626
2727 - name : install gems
2828 run : bundle install
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.0.5] - 2023-02-24
10+
11+ - No functional difference with 0.0.4. This is only updates to the automation.
12+
913## [ 0.0.4] - 2023-02-24
1014
1115### Fixed
@@ -30,6 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3034### Added
3135- Initial release!
3236
33- [ Unreleased ] : https://github.com/OSC/ood_support/compare/v0.0.3...HEAD
37+ [ Unreleased ] : https://github.com/OSC/ood_support/compare/v0.0.5...HEAD
38+ [ 0.0.5 ] : https://github.com/OSC/ood_support/compare/v0.0.4...v0.0.5
39+ [ 0.0.4 ] : https://github.com/OSC/ood_support/compare/v0.0.3...v0.0.4
3440[ 0.0.3 ] : https://github.com/OSC/ood_support/compare/v0.0.2...v0.0.3
3541[ 0.0.2 ] : https://github.com/OSC/ood_support/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 11module OodSupport
22 # The current version of {OodSupport}
3- VERSION = "0.0.4 "
3+ VERSION = "0.0.5 "
44end
You can’t perform that action at this time.
0 commit comments