File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.12.0] - 2017-04-05
6+
57### Added
68
79* Support for CARGO_TARGET_DIR environment variable (#33 )
138140
139141Initial 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
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.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
You can’t perform that action at this time.
0 commit comments