Skip to content

Commit 2cc806c

Browse files
committed
Release 0.6.0
1 parent 8fb49bb commit 2cc806c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
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

thermite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'English'
33

44
Gem::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

0 commit comments

Comments
 (0)