Skip to content

Commit dca1a01

Browse files
author
Martin Larralde
committed
Release 0.10.6
1 parent d24273e commit dca1a01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.10.6 (2018-11-07)
4+
5+
- Fix tomlgen\_rust generating invalid `Cargo.toml` files.
6+
- Fix tomlgen\_rust setting wrong path in `.cargo/config`
37

48
## 0.10.5 (2018-09-09)
59

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = "0.10.5"
5+
version = "0.10.6"
66

77
setup(
88
name="setuptools-rust",

0 commit comments

Comments
 (0)