We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff37cae commit 9b236caCopy full SHA for 9b236ca
CHANGELOG.md
@@ -1,11 +1,14 @@
1
# Changelog
2
3
4
-## 0.10.3 (2018-09-09)
+## 0.10.5 (2018-09-09)
5
6
- - Add `html-py-ever` example
7
- Added license file [#41](https://github.com/PyO3/setuptools-rust/pull/41)
8
+## 0.10.4 (2018-09-09)
9
+
10
+ - Add `html-py-ever` example
11
12
## 0.10.3 (2018-09-06)
13
14
- `path` in `RustExtension` now defaults to `Cargo.toml`
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "0.10.4"
+version = "0.10.5"
setup(
name="setuptools-rust",
0 commit comments