File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.11.1] - 2017-02-04
6+
7+ ### Fixed
8+
9+ * Add support for Cargo workspaces to ` thermite:clean ` and ` thermite:test `
10+
511## [ 0.11.0] - 2017-02-03
612
713### Added
120126
121127Initial release.
122128
129+ [ 0.11.1 ] : https://github.com/malept/thermite/compare/v0.11.0...v0.11.1
123130[ 0.11.0 ] : https://github.com/malept/thermite/compare/v0.10.0...v0.11.0
124131[ 0.10.0 ] : https://github.com/malept/thermite/compare/v0.9.0...v0.10.0
125132[ 0.9.0 ] : https://github.com/malept/thermite/compare/v0.8.0...v0.9.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.0 '
6+ s . version = '0.11.1 '
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