We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c7cee commit 74fece8Copy full SHA for 74fece8
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.0.4] - 2023-02-24
10
+
11
+### Fixed
12
+- [12](https://github.com/OSC/ood_support/issues/12) adds initial support for Ruby 3.
13
14
## [0.0.3] - 2017-11-17
15
### Changed
16
- Updated the `CHANGELOG.md` formatting.
lib/ood_support/version.rb
@@ -1,4 +1,4 @@
1
module OodSupport
2
# The current version of {OodSupport}
3
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
4
end
0 commit comments