Skip to content

Commit caadf8b

Browse files
committed
Release 0.4.2
1 parent 8969222 commit caadf8b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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.1"
4+
version = "0.4.2"
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

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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).
77

8+
## [0.4.2] - 2018-12-15
9+
10+
Fixup release because the appveyor failed to release artifacts for windows for 0.4.1.
11+
812
## [0.4.1] - 2018-12-15
913

1014
### Added
@@ -145,7 +149,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
145149

146150
* Initial Release
147151

148-
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.4.1...HEAD
152+
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.4.2...HEAD
153+
[0.4.2]: https://github.com/pyo3/pyo3-pack/compare/v0.4.1...0.4.2
149154
[0.4.1]: https://github.com/pyo3/pyo3-pack/compare/v0.4.0...0.4.1
150155
[0.4.0]: https://github.com/pyo3/pyo3-pack/compare/v0.3.10...0.4.0
151156
[0.3.10]: https://github.com/pyo3/pyo3-pack/compare/v0.3.9...v0.3.10

0 commit comments

Comments
 (0)