Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jun 17, 2019
1 parent 9248cc4 commit 0c970e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <[email protected]>"]
name = "pyo3-pack"
version = "0.6.0"
version = "0.6.1"
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"]
readme = "Readme.md"
Expand Down
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (for the cli, not for the crate).

## [0.6.1]

### Fixed

* Downgraded to structopt 0.2.16 to avoid the yanked 0.2.17

## [0.6.0]

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

* Initial Release

[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/pyo3/pyo3-pack/compare/v0.6.0...0.6.1
[0.6.0]: https://github.com/pyo3/pyo3-pack/compare/v0.5.0...0.6.0
[0.5.0]: https://github.com/pyo3/pyo3-pack/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/pyo3/pyo3-pack/compare/v0.4.1...v0.4.2
Expand Down

0 comments on commit 0c970e1

Please sign in to comment.