Skip to content

Commit f557224

Browse files
committed
Small lint fixes
1 parent 46a3a04 commit f557224

File tree

8 files changed

+607
-5
lines changed

8 files changed

+607
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <[email protected]>"]
33
name = "pyo3-pack"
4-
version = "0.4.0"
4+
version = "0.3.9"
55
description = "Build and publish crates with pyo3 bindings as python packages"
66
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"]
77
readme = "Readme.md"

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.9]
11+
1012
### Changed
1113

1214
* Update reqwest to 0.9.4 which has [seanmonstar/reqwest#374](https://github.com/seanmonstar/reqwest/issues/374) fixed
@@ -119,7 +121,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
119121

120122
* Initial Release
121123

122-
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.3.8...HEAD
124+
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.3.9...HEAD
125+
[0.3.9]: https://github.com/pyo3/pyo3-pack/compare/v0.3.8...v0.3.9
123126
[0.3.8]: https://github.com/pyo3/pyo3-pack/compare/v0.3.7...v0.3.8
124127
[0.3.7]: https://github.com/pyo3/pyo3-pack/compare/v0.3.6...v0.3.7
125128
[0.3.6]: https://github.com/pyo3/pyo3-pack/compare/v0.3.5...v0.3.5

get-fourtytwo/Cargo.lock

+242
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hello-world/Cargo.lock

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)