File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.14.0 - 2021-07-05
2
+
3
+ - Update to PyO3 0.14
4
+
1
5
## 0.13.0 - 2020-12-28
2
- - Update to PyO3 0.13
6
+
7
+ - Update to PyO3 0.13
3
8
4
9
## 0.12.1 - 2020-12-08
5
- - Require ` std ` feature of ` serde ` .
6
- - Reduce memory consumption when deserializing sequences.
7
- - Fix deserializing untagged struct enum variants.
8
- - Fix deserializing sequences from Python tuples.
10
+
11
+ - Require ` std ` feature of ` serde ` .
12
+ - Reduce memory consumption when deserializing sequences.
13
+ - Fix deserializing untagged struct enum variants.
14
+ - Fix deserializing sequences from Python tuples.
9
15
10
16
## 0.12.0 - 2020-11-22
17
+
11
18
- Change release versioning to match ` pyo3 ` major/minor version.
12
19
- Implement ` depythonizer `
13
20
14
21
## 0.1.0 - 2020-08-12
22
+
15
23
- Initial release
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pythonize"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
4
4
authors = [" David Hewitt <1939362+davidhewitt@users.noreply.github.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT"
@@ -12,9 +12,10 @@ documentation = "https://docs.rs/crate/pythonize/"
12
12
13
13
[dependencies ]
14
14
serde = { version = " 1.0" , default-features = false , features = [" std" ] }
15
- pyo3 = { version = " 0.13 " , default-features = false }
15
+ pyo3 = { version = " 0.14 " , default-features = false }
16
16
17
17
[dev-dependencies ]
18
18
serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
19
+ pyo3 = { version = " 0.14" , default-features = false , features = [" auto-initialize" ] }
19
20
serde_json = " 1.0"
20
21
maplit = " 1.0.2"
You can’t perform that action at this time.
0 commit comments