diff --git a/CHANGELOG.md b/CHANGELOG.md index d06d503..20dd42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.0 (May 25, 2020) + +Bugfix: + + - Revert trimming of space from requirements. Removing space would have meant info response of all gems were going to change. + - Fix token used for splitting list of requirements + ## 0.12.0 (May 3, 2020) Bugfix: diff --git a/Gemfile.lock b/Gemfile.lock index a1b5eab..3b1eba3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - compact_index (0.11.0) + compact_index (0.13.0) GEM remote: https://rubygems.org/ diff --git a/lib/compact_index/version.rb b/lib/compact_index/version.rb index 10aa8bd..be13199 100644 --- a/lib/compact_index/version.rb +++ b/lib/compact_index/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CompactIndex - VERSION = "0.12.1".freeze + VERSION = "0.13.0".freeze end