Skip to content

Commit 63c8a57

Browse files
committed
Release 0.8.0
1 parent 30f4d57 commit 63c8a57

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

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+
515
## [0.7.0] - 2016-09-26
616

717
### 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.7.0'
6+
s.version = '0.8.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)