Skip to content

Commit

Permalink
Release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Jan 8, 2020
1 parent 4095173 commit 7ff7658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

...

## 2.2.0
## 2.2.1

### Performance improvements

Expand All @@ -16,7 +16,7 @@

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

### Changes

Expand Down
2 changes: 1 addition & 1 deletion config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please consider donating to our open collective to help us maintain this project
👉 Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"

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

s.require_paths = ['lib']
s.required_ruby_version = '>= 2.4.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Config
VERSION = '2.2.0'.freeze
VERSION = '2.2.1'.freeze
end

0 comments on commit 7ff7658

Please sign in to comment.