From acde6dd70cc82d92191b35f58950031f261e3f22 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 5 Oct 2017 10:32:57 -0700 Subject: [PATCH] Release 0.13.0 --- NEWS.md | 11 +++++++++++ thermite.gemspec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 042e160..6c87fdf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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 diff --git a/thermite.gemspec b/thermite.gemspec index 625badd..6d0c6aa 100644 --- a/thermite.gemspec +++ b/thermite.gemspec @@ -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'