We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f0e6 commit 427f840Copy full SHA for 427f840
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.15] - 2026-04-06
6
+
7
+### Features
8
9
+- Update `python3.def` to latest in [#98](https://github.com/PyO3/python3-dll-a/pull/98)
10
+- Update `pythonXY.def` files in [#99](https://github.com/PyO3/python3-dll-a/pull/99)
11
12
## [0.2.14] - 2025-05-15
13
14
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "python3-dll-a"
-version = "0.2.14"
+version = "0.2.15"
edition = "2021"
rust-version = "1.63"
description = "Standalone python3(y)(t).dll import library generator"
0 commit comments