File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.6.0] - 2016-09-12
6+
57### Added
68
79* ` optional_rust_extension ` option - prints a warning to STDERR instead of raising an exception, if
810 Cargo is unavailable and ` github_releases ` is either disabled or unavailable. Useful for projects
911 where either fallback code exists, or a native extension is desirable but not required. (#4 , #6 )
1012
13+ ### Fixed
14+
15+ * ` cargo ` was not being run in the context of the rust project toplevel directory (#7 , #8 )
16+
1117## [ 0.5.0] - 2016-07-18
1218
1319### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require 'English'
33
44Gem ::Specification . new do |s |
55 s . name = 'thermite'
6- s . version = '0.5 .0'
6+ s . version = '0.6 .0'
77 s . summary = 'Rake helpers for Rust+Ruby'
88 s . description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'
99
You can’t perform that action at this time.
0 commit comments