Skip to content

Commit

Permalink
Prepare for release: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Oct 2, 2017
1 parent 05d6fde commit f7b98b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ upgrading.

## [Unreleased]

## [0.7.0] - 2017-10-01

### Added
- Introduce `--output` (`-O` in short) to specify the output directory where
compiled gem will be stored.
Expand Down Expand Up @@ -76,7 +78,8 @@ upgrading.

- Initial public release, extracted from internal project.

[Unreleased]: https://github.com/luislavena/gem-compiler/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/luislavena/gem-compiler/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/luislavena/gem-compiler/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/luislavena/gem-compiler/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/luislavena/gem-compiler/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/luislavena/gem-compiler/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems/compiler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Gem
class Compiler
VERSION = "0.6.0"
VERSION = "0.7.0"
end
end

0 comments on commit f7b98b1

Please sign in to comment.