Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Oct 5, 2017
1 parent 145b9bf commit acde6dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## [0.13.0] - 2017-10-05

### Added

* Support for building static libraries (#22, #41):

### Fixed

* Always pass `--lib` to `cargo with `link-args` (#40)

## [0.12.1] - 2017-04-06

### Fixed
Expand Down Expand Up @@ -146,6 +156,7 @@

Initial release.

[0.13.0]: https://github.com/malept/thermite/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/malept/thermite/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/malept/thermite/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/malept/thermite/compare/v0.11.0...v0.11.1
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.12.1'
s.version = '0.13.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 acde6dd

Please sign in to comment.