From a5abbf927c723137f5305537a7e96aa765a0fcb5 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 6 Apr 2017 08:31:53 -0700 Subject: [PATCH] Release 0.12.1 --- NEWS.md | 5 ++++- thermite.gemspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 665b7f5..042e160 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,9 @@ ## Unreleased -## Fixed +## [0.12.1] - 2017-04-06 + +### Fixed * Default target directory (when the CARGO_TARGET_DIR is not set) @@ -144,6 +146,7 @@ Initial release. +[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 [0.11.0]: https://github.com/malept/thermite/compare/v0.10.0...v0.11.0 diff --git a/thermite.gemspec b/thermite.gemspec index ddfb574..625badd 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.0' + s.version = '0.12.1' s.summary = 'Rake helpers for Rust+Ruby' s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'