Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 13, 2016
1 parent 8fb49bb commit 2cc806c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## Unreleased

## [0.6.0] - 2016-09-12

### Added

* `optional_rust_extension` option - prints a warning to STDERR instead of raising an exception, if
Cargo is unavailable and `github_releases` is either disabled or unavailable. Useful for projects
where either fallback code exists, or a native extension is desirable but not required. (#4, #6)

### Fixed

* `cargo` was not being run in the context of the rust project toplevel directory (#7, #8)

## [0.5.0] - 2016-07-18

### Added
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.5.0'
s.version = '0.6.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 2cc806c

Please sign in to comment.