Skip to content

Commit

Permalink
Prepare for release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Dec 28, 2017
1 parent 7d3d05b commit f15518f
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.8.0] - 2017-12-28

### Added
- Introduce `--include-shared-dir` to specify additional directory where to
lookup platform-specific shared libraries to bundle in the package. (#34)
Expand Down Expand Up @@ -92,7 +94,8 @@ upgrading.

- Initial public release, extracted from internal project.

[Unreleased]: https://github.com/luislavena/gem-compiler/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/luislavena/gem-compiler/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/luislavena/gem-compiler/compare/v0.7.0...v0.8.0
[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
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.7.0"
VERSION = "0.8.0"
end
end

0 comments on commit f15518f

Please sign in to comment.