|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.10.2 (2018-08-09) |
| 4 | + |
| 5 | + - Add `rustc_flags` and `verbose` as options |
| 6 | + - Adopted black code style |
| 7 | + - Moved changelog to markdown |
| 8 | + |
| 9 | +## 0.10.0 (2018-05-06) |
| 10 | + |
| 11 | + - This release significantly improves performance |
| 12 | + |
| 13 | +## 0.9.2 (2018-05-11) |
| 14 | + |
| 15 | + - Fix build\_rust crashing on Cargo.toml manifests without a name key |
| 16 | + in the \[lib\] section |
| 17 | + - Fix single quotes not being handled when parsing Cargo.toml |
| 18 | + |
| 19 | +## 0.9.1 (2018-03-22) |
| 20 | + |
| 21 | + - Remove unicode\_literals import as Python 2 `distutils` does not |
| 22 | + support Unicode |
| 23 | + |
| 24 | +## 0.9.0 (2018-03-07) |
| 25 | + |
| 26 | + - Find inplace extensions and automatically generate `Cargo.toml` |
| 27 | + manifests \#29 |
| 28 | + |
| 29 | +## 0.8.4 (2018-02-27) |
| 30 | + |
| 31 | + - Improve compatibility of build\_rust with build\_ext \#28 |
| 32 | + |
| 33 | +## 0.8.3 (2017-12-05) |
| 34 | + |
| 35 | + - Ignore strip option when platform is win32 \#26 |
| 36 | + |
| 37 | +## 0.8.2 (2017-09-08) |
| 38 | + |
| 39 | + - Fix script generation for bdist\_wheel |
| 40 | + |
| 41 | +## 0.8.1 (2017-09-08) |
| 42 | + |
| 43 | + - Added native parameter |
| 44 | + - Fix script generation for executables |
| 45 | + |
| 46 | +## 0.8.0 (2017-09-05) |
| 47 | + |
| 48 | + - Support multiple rust binaries \#24 |
| 49 | + |
| 50 | +## 0.7.2 (2017-09-01) |
| 51 | + |
| 52 | + - Generate console-script for Binding.Exec \#22 |
| 53 | + - Do not run cargo check for sdist command \#18 |
| 54 | + - Remove extra python3 file extension for executables. |
| 55 | + |
| 56 | +## 0.7.1 (2017-08-18) |
| 57 | + |
| 58 | + - Allow to strip symbols from executable or dynamic library. |
| 59 | + - Use PyO3 0.2 for example. |
| 60 | + |
| 61 | +## 0.7.0 (2017-08-11) |
| 62 | + |
| 63 | + - Allow to build executable and pack with python package. |
| 64 | + - Use PyO3 0.1 for example. |
| 65 | + |
| 66 | +## 0.6.4 (2017-07-31) |
| 67 | + |
| 68 | + - check command respects optional option |
| 69 | + - Don't fail when Rust isn't installed while all extensions are |
| 70 | + optional |
| 71 | + |
| 72 | +## 0.6.3 (2017-07-31) |
| 73 | + |
| 74 | + - Fix pypi source distribution |
| 75 | + |
| 76 | +## 0.6.2 (2017-07-31) |
| 77 | + |
| 78 | + - Add optional option to RustExtension \#16 |
| 79 | + |
| 80 | +## 0.6.1 (2017-06-30) |
| 81 | + |
| 82 | + - Support CARGO\_TARGET\_DIR variable \#14 |
| 83 | + |
| 84 | +## 0.6.0 (2017-06-20) |
| 85 | + |
| 86 | + - Add support for PyO3 project <https://github.com/PyO3/PyO3> |
| 87 | + - Add support for no-binding mode |
| 88 | + |
| 89 | +## 0.5.1 (2017-05-03) |
| 90 | + |
| 91 | + - Added support for "cargo test" |
| 92 | + - Fixed unbound method type error \#4 |
| 93 | + |
| 94 | +## 0.5.0 (2017-03-26) |
| 95 | + |
| 96 | + - Added support for "cargo check" |
| 97 | + |
| 98 | +## 0.4.2 (2017-03-15) |
| 99 | + |
| 100 | + - Added "--qbuild" option for "build\_rust" command. Set "quiet" mode |
| 101 | + for all extensions. |
| 102 | + - Added "--debug" and "--release" options for "build\_rust" command. |
| 103 | + |
| 104 | +## 0.4.1 (2017-03-10) |
| 105 | + |
| 106 | + - Fixed cargo manifest absolute path detection |
| 107 | + |
| 108 | +## 0.4 (2017-03-10) |
| 109 | + |
| 110 | + - Fixed bdist\_egg and bdist\_wheel support |
| 111 | + - setuptool's clean command cleans rust project as well |
| 112 | + - Use absolute path to cargo manifest |
| 113 | + - Enable debug builds for inplace builds, otherwise build release |
| 114 | + - Simplify monkey patches |
| 115 | + |
| 116 | +## 0.3.1 (2017-03-09) |
| 117 | + |
| 118 | + - Fix compatibility with some old versions of setuptools |
| 119 | + |
| 120 | +## 0.3 (2017-03-09) |
| 121 | + |
| 122 | + - Fixed OSX extension compilation |
| 123 | + - Use distutils exceptions for errors |
| 124 | + - Add rust version check for extension |
| 125 | + - Cleanup example project |
| 126 | + |
| 127 | +## 0.2 (2017-03-08) |
| 128 | + |
| 129 | + - Fix bdist\_egg and bdist\_wheel commands |
| 130 | + |
| 131 | +## 0.1 (2017-03-08) |
| 132 | + |
| 133 | + - Initial release |
0 commit comments