Skip to content

Commit 7e24084

Browse files
authored
update publish action and bump version (#15)
1 parent 5bfdaf1 commit 7e24084

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/ood_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodSupport
22
# The current version of {OodSupport}
3-
VERSION = "0.0.4"
3+
VERSION = "0.0.5"
44
end

0 commit comments

Comments
 (0)