Skip to content

Commit

Permalink
update publish action and bump version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 24, 2023
1 parent 5bfdaf1 commit 7e24084
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ruby-version: "2.7.1"
bundler-cache: true
bundler: "2.1.4"
bundler: "2.2"

- name: install gems
run: bundle install
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.5] - 2023-02-24

- No functional difference with 0.0.4. This is only updates to the automation.

## [0.0.4] - 2023-02-24

### Fixed
Expand All @@ -30,6 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.3...HEAD
[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/OSC/ood_support/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/OSC/ood_support/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/OSC/ood_support/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/OSC/ood_support/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion lib/ood_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodSupport
# The current version of {OodSupport}
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 7e24084

Please sign in to comment.