NEWS.md in thermite-0.9.0 vs NEWS.md in thermite-0.10.0
- old
+ new
@@ -1,9 +1,21 @@
# Changes by Version
## Unreleased
+## [0.10.0] - 2017-01-22
+
+### Fixed
+
+* Adjust OSX dylib library paths upon installation (#28)
+* Don't use UNIX shell escaping on Windows
+
+### Changed
+
+* `cargo build` has been replaced by `cargo rustc` - non-Windows builds use DLDFLAGS as linker
+ arguments (#27)
+
## [0.9.0] - 2017-01-18
### Fixed
* The library name is consistent with how Cargo handles hyphens (#19)
@@ -100,9 +112,10 @@
## [0.1.0] - 2016-06-28
Initial release.
+[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
[0.7.0]: https://github.com/malept/thermite/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/malept/thermite/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/malept/thermite/compare/v0.4.0...v0.5.0