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 4dc0f3e commit c833d19Copy full SHA for c833d19
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 5.6.0
4
+
5
+* Added `extra_sources` in initializer ([#366](https://github.com/rubyconfig/config/pull/366))
6
7
## 5.5.2
8
9
* 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))
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '5.5.2'.freeze
+ VERSION = '5.6.0'.freeze
end
0 commit comments