From f9072e396176ccbceca8baa24f50875417a3585f Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sat, 4 Feb 2017 19:15:34 -0800 Subject: [PATCH] Release 0.11.1 --- NEWS.md | 7 +++++++ thermite.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e7862fb..97832e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.11.1] - 2017-02-04 + +### Fixed + +* Add support for Cargo workspaces to `thermite:clean` and `thermite:test` + ## [0.11.0] - 2017-02-03 ### Added @@ -120,6 +126,7 @@ Initial release. +[0.11.1]: https://github.com/malept/thermite/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/malept/thermite/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/malept/thermite/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/malept/thermite/compare/v0.8.0...v0.9.0 diff --git a/thermite.gemspec b/thermite.gemspec index 3764f67..9d58971 100644 --- a/thermite.gemspec +++ b/thermite.gemspec @@ -3,7 +3,7 @@ require 'English' Gem::Specification.new do |s| s.name = 'thermite' - s.version = '0.11.0' + s.version = '0.11.1' s.summary = 'Rake helpers for Rust+Ruby' s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'