We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8731d3a commit 5366400Copy full SHA for 5366400
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.2.5] - 2022-07-14
8
+
9
+### Fixes
10
11
+- Fix PyPy import library name in [#27](https://github.com/PyO3/python3-dll-a/pull/27)
12
13
## [0.2.4] - 2022-07-14
14
15
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "python3-dll-a"
3
-version = "0.2.4"
+version = "0.2.5"
edition = "2021"
description = "Standalone python3(y).dll import library generator"
repository = "https://github.com/pyo3/python3-dll-a"
0 commit comments