Skip to content

Commit acde6dd

Browse files
committed
Release 0.13.0
1 parent 145b9bf commit acde6dd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
## [0.13.0] - 2017-10-05
6+
7+
### Added
8+
9+
* Support for building static libraries (#22, #41):
10+
11+
### Fixed
12+
13+
* Always pass `--lib` to `cargo with `link-args` (#40)
14+
515
## [0.12.1] - 2017-04-06
616

717
### Fixed
@@ -146,6 +156,7 @@
146156

147157
Initial release.
148158

159+
[0.13.0]: https://github.com/malept/thermite/compare/v0.12.1...v0.13.0
149160
[0.12.1]: https://github.com/malept/thermite/compare/v0.12.0...v0.12.1
150161
[0.12.0]: https://github.com/malept/thermite/compare/v0.11.1...v0.12.0
151162
[0.11.1]: https://github.com/malept/thermite/compare/v0.11.0...v0.11.1

thermite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'English'
33

44
Gem::Specification.new do |s|
55
s.name = 'thermite'
6-
s.version = '0.12.1'
6+
s.version = '0.13.0'
77
s.summary = 'Rake helpers for Rust+Ruby'
88
s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'
99

0 commit comments

Comments
 (0)