Skip to content

Commit 7ff7658

Browse files
committed
Release version 2.2.1
1 parent 4095173 commit 7ff7658

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
...
66

7-
## 2.2.0
7+
## 2.2.1
88

99
### Performance improvements
1010

@@ -16,7 +16,7 @@
1616

1717
* Fix missing new_ostruct_member in Ruby 2.7 ([#255](https://github.com/rubyconfig/config/pull/255))
1818
* Fix validation contract documentation ([#260](https://github.com/rubyconfig/config/pull/260))
19-
* Fix validation contract documentation ([#260](https://github.com/rubyconfig/config/pull/260))
19+
* Excluded test application's *.md files from the gem build ([#267](https://github.com/rubyconfig/config/pull/267))
2020

2121
### Changes
2222

config.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please consider donating to our open collective to help us maintain this project
2121
👉 Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
2222

2323
s.files = `git ls-files`.split($/)
24-
s.files.select! { |file| /(^lib\/|\w*.md$|\.gemspec$)/ =~ file }
24+
s.files.select! { |file| /(^lib\/|^\w+.md$|\.gemspec$)/ =~ file }
2525

2626
s.require_paths = ['lib']
2727
s.required_ruby_version = '>= 2.4.0'

lib/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '2.2.0'.freeze
2+
VERSION = '2.2.1'.freeze
33
end

0 commit comments

Comments
 (0)