We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f083d95 commit 25bc414Copy full SHA for 25bc414
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## 5.5.2
4
5
-* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))
+* Fix warning: ostruct was loaded from the standard library with Ruby 3.3.5 and 3.4+ ([#363](https://github.com/rubyconfig/config/pull/363))
6
7
## 5.5.1
8
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '5.5.1'.freeze
+ VERSION = '5.5.2'.freeze
end
0 commit comments