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 ecdbc21 commit e7d6d1aCopy full SHA for e7d6d1a
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.10] - 2024-06-24
6
+
7
+### Features
8
9
+- Add Python 3.13 support in [#72](https://github.com/PyO3/python3-dll-a/pull/72)
10
11
## [0.2.9] - 2023-07-04
12
13
### Fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "python3-dll-a"
-version = "0.2.9"
+version = "0.2.10"
edition = "2021"
description = "Standalone python3(y).dll import library generator"
repository = "https://github.com/PyO3/python3-dll-a"
cliff.toml
0 commit comments