Skip to content

Commit 5d46b01

Browse files
committed
Prepare for release: v0.6.0
1 parent 1b7f499 commit 5d46b01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

History.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.6.0 (2017-06-25)
6+
57
- Drop support for any Ruby version prior to 2.1.0
68
- Solve RubyGems 2.5 deprecation warnings
79
- Use Travis to automate new releases

lib/rubygems/compiler/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Gem
44
class Compiler
5-
VERSION = "0.5.0"
5+
VERSION = "0.6.0"
66
end
77
end

0 commit comments

Comments
 (0)