Skip to content

Commit 0c970e1

Browse files
committed
Bump to 0.6.1
1 parent 9248cc4 commit 0c970e1

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <konstin@mailbox.org>"]
33
name = "pyo3-pack"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
66
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"]
77
readme = "Readme.md"

Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (for the cli, not for the crate).
77

8+
## [0.6.1]
9+
10+
### Fixed
11+
12+
* Downgraded to structopt 0.2.16 to avoid the yanked 0.2.17
13+
814
## [0.6.0]
915

1016
### Added
@@ -175,7 +181,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
175181

176182
* Initial Release
177183

178-
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.6.0...HEAD
184+
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.6.1...HEAD
185+
[0.6.1]: https://github.com/pyo3/pyo3-pack/compare/v0.6.0...0.6.1
179186
[0.6.0]: https://github.com/pyo3/pyo3-pack/compare/v0.5.0...0.6.0
180187
[0.5.0]: https://github.com/pyo3/pyo3-pack/compare/v0.4.2...v0.5.0
181188
[0.4.2]: https://github.com/pyo3/pyo3-pack/compare/v0.4.1...v0.4.2

0 commit comments

Comments
 (0)