Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 4, 2017
1 parent 5454beb commit cad4e92
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.0] - 2017-02-03

### Added

* Add support for Cargo workspaces (#30)

## [0.10.0] - 2017-01-22

### Fixed
Expand Down Expand Up @@ -114,6 +120,7 @@

Initial release.

[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
[0.8.0]: https://github.com/malept/thermite/compare/v0.7.0...v0.8.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.10.0'
s.version = '0.11.0'
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 cad4e92

Please sign in to comment.