Skip to content

Commit 42cad29

Browse files
committed
Release 0.12.0
1 parent e2782ca commit 42cad29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.md

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

33
## Unreleased
44

5+
## [0.12.0] - 2017-04-05
6+
57
### Added
68

79
* Support for CARGO_TARGET_DIR environment variable (#33)
@@ -138,6 +140,7 @@
138140

139141
Initial release.
140142

143+
[0.12.0]: https://github.com/malept/thermite/compare/v0.11.1...v0.12.0
141144
[0.11.1]: https://github.com/malept/thermite/compare/v0.11.0...v0.11.1
142145
[0.11.0]: https://github.com/malept/thermite/compare/v0.10.0...v0.11.0
143146
[0.10.0]: https://github.com/malept/thermite/compare/v0.9.0...v0.10.0

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.11.1'
6+
s.version = '0.12.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)