We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b569a14 commit e724999Copy full SHA for e724999
Changelog.md
@@ -1,3 +1,8 @@
1
+# 0.6.0
2
+
3
+* Add support for Ruby 3.2
4
+* Drop support for Ruby below 2.7
5
6
# 0.5.0
7
8
* Support and prefer `toml-rb` over `tomlrb` in the shipped TOML provider.
configurate.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "configurate"
- s.version = "0.5.0"
+ s.version = "0.6.0"
s.summary = "Flexbile configuration system"
s.description = "Configurate is a flexible configuration system that can "\
"read settings from multiple sources at the same time."
0 commit comments