Skip to content

Commit dffb8cb

Browse files
committed
Release version 0.12.0
1 parent ce8a794 commit dffb8cb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.10.0 (January 22, 2016)
1+
## 0.12.0 (May 3, 2020)
2+
3+
Bugfix:
4+
5+
- Update info line to join multiple ruby or rubygems requirements by ampersand (rubygems/compact_index#26)
6+
7+
## 0.11.0 (January 22, 2016)
28

39
Features:
410

compact_index.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require "compact_index/version"
88
Gem::Specification.new do |spec|
99
spec.name = "compact_index"
1010
spec.version = CompactIndex::VERSION
11-
spec.authors = ["[email protected]"]
12-
spec.email = ["Felipe Tanus"]
11+
spec.authors = ["Felipe Tanus"]
12+
spec.email = ["[email protected]"]
1313

1414
spec.summary = "Backend for compact index"
1515
spec.homepage = "https://github.com/bundler/compact_index"

lib/compact_index/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CompactIndex
4-
VERSION = "0.11.0".freeze
4+
VERSION = "0.12.0".freeze
55
end

0 commit comments

Comments
 (0)