Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 19, 2017
1 parent b977abd commit 0cd01ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.9.0] - 2017-01-18

### Fixed

* The library name is consistent with how Cargo handles hyphens (#19)
Expand Down Expand Up @@ -100,6 +102,8 @@

Initial release.

[0.9.0]: https://github.com/malept/thermite/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/malept/thermite/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/malept/thermite/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/malept/thermite/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/malept/thermite/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion thermite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'English'

Gem::Specification.new do |s|
s.name = 'thermite'
s.version = '0.8.0'
s.version = '0.9.0'
s.summary = 'Rake helpers for Rust+Ruby'
s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'

Expand Down

0 comments on commit 0cd01ef

Please sign in to comment.