Skip to content

Commit f9072e3

Browse files
committed
Release 0.11.1
1 parent afe8e07 commit f9072e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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
@@ -120,6 +126,7 @@
120126

121127
Initial 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

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.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

0 commit comments

Comments
 (0)