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 2702c39 commit 0bd1477Copy full SHA for 0bd1477
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.12] - 2024-12-19
6
+
7
+### Features
8
9
+- Add Python 3.13t support in [#84](https://github.com/PyO3/python3-dll-a/pull/84)
10
11
## [0.2.11] - 2024-11-30
12
13
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "python3-dll-a"
-version = "0.2.11"
+version = "0.2.12"
edition = "2021"
description = "Standalone python3(y)(t).dll import library generator"
repository = "https://github.com/PyO3/python3-dll-a"
0 commit comments