File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- [ Unreleased ] : https://github.com/dgrunwald/rust-cpython/compare/0.7.0...HEAD
5
+ [ Unreleased ] : https://github.com/dgrunwald/rust-cpython/compare/0.7.1...HEAD
6
+
7
+ ## 0.7.1 - 2022-10-25
6
8
- Added support for Python 3.11. (based on [ PR 279] [ 279 ] by [ @Techcable ] )
7
9
- [ Fix CI with nightly Rust] [ 284 ] (PR by [ @tschorr ] )
8
10
- [ Fix error with Result in py_class! macro] [ 281 ] (PR by [ @dtolnay ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cpython"
4
- version = " 0.7.0 "
4
+ version = " 0.7.1 "
5
5
description = " Bindings to Python"
6
6
authors = [" Daniel Grunwald <daniel@danielgrunwald.de>" ]
7
7
readme = " README.md"
@@ -53,7 +53,7 @@ version = "0.7.0"
53
53
[dependencies .python3-sys ]
54
54
optional = true
55
55
path = " python3-sys"
56
- version = " 0.7.0 "
56
+ version = " 0.7.1 "
57
57
58
58
[features ]
59
59
default = [" python3-sys" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " python3-sys"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
description = " FFI Declarations for Python 3"
5
5
readme = " README.md"
6
6
keywords = [
You can’t perform that action at this time.
0 commit comments