Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 5, 2017
1 parent afe8e07 commit f9072e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion thermite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f9072e3

Please sign in to comment.