We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7f499 commit 5d46b01Copy full SHA for 5d46b01
History.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.6.0 (2017-06-25)
6
+
7
- Drop support for any Ruby version prior to 2.1.0
8
- Solve RubyGems 2.5 deprecation warnings
9
- Use Travis to automate new releases
lib/rubygems/compiler/version.rb
@@ -2,6 +2,6 @@
module Gem
class Compiler
- VERSION = "0.5.0"
+ VERSION = "0.6.0"
end
0 commit comments