Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalkr132 committed May 3, 2020
1 parent ce8a794 commit dffb8cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.10.0 (January 22, 2016)
## 0.12.0 (May 3, 2020)

Bugfix:

- Update info line to join multiple ruby or rubygems requirements by ampersand (rubygems/compact_index#26)

## 0.11.0 (January 22, 2016)

Features:

Expand Down
4 changes: 2 additions & 2 deletions compact_index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require "compact_index/version"
Gem::Specification.new do |spec|
spec.name = "compact_index"
spec.version = CompactIndex::VERSION
spec.authors = ["[email protected]"]
spec.email = ["Felipe Tanus"]
spec.authors = ["Felipe Tanus"]
spec.email = ["[email protected]"]

spec.summary = "Backend for compact index"
spec.homepage = "https://github.com/bundler/compact_index"
Expand Down
2 changes: 1 addition & 1 deletion lib/compact_index/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CompactIndex
VERSION = "0.11.0".freeze
VERSION = "0.12.0".freeze
end

0 comments on commit dffb8cb

Please sign in to comment.