Skip to content

Commit e724999

Browse files
committed
release 0.6.0
1 parent b569a14 commit e724999

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.5.0
27

38
* Support and prefer `toml-rb` over `tomlrb` in the shipped TOML provider.

configurate.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "configurate"
5-
s.version = "0.5.0"
5+
s.version = "0.6.0"
66
s.summary = "Flexbile configuration system"
77
s.description = "Configurate is a flexible configuration system that can "\
88
"read settings from multiple sources at the same time."

0 commit comments

Comments
 (0)