We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4d57 commit 63c8a57Copy full SHA for 63c8a57
NEWS.md
@@ -2,6 +2,16 @@
2
3
## Unreleased
4
5
+## [0.8.0] - 2016-12-05
6
+
7
+### Added
8
9
+* Support for binary download URIs from non-GitHub sources (#17)
10
11
+### Changed
12
13
+* Tarballs are installed relative to `ruby_project_path`
14
15
## [0.7.0] - 2016-09-26
16
17
### Added
thermite.gemspec
@@ -3,7 +3,7 @@ require 'English'
Gem::Specification.new do |s|
s.name = 'thermite'
- s.version = '0.7.0'
+ s.version = '0.8.0'
s.summary = 'Rake helpers for Rust+Ruby'
s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'
0 commit comments