diff --git a/CHANGELOG.md b/CHANGELOG.md index e57c775..d45a678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.11] - 2024-11-30 + +### Features + +- Add Python 3.13t support in [#82](https://github.com/PyO3/python3-dll-a/pull/82) + ## [0.2.10] - 2024-06-24 ### Features diff --git a/Cargo.toml b/Cargo.toml index 26aa977..60448e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "python3-dll-a" -version = "0.2.10" +version = "0.2.11" edition = "2021" -description = "Standalone python3(y).dll import library generator" +description = "Standalone python3(y)(t).dll import library generator" repository = "https://github.com/PyO3/python3-dll-a" authors = ["Sergey Kvachonok ", "messense ", "Adam Reichold "] license = "MIT" diff --git a/README.md b/README.md index 5f266f5..31943e2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -Standalone `python3(y).dll` import library generator -==================================================== +Standalone `python3(y)(t).dll` import library generator +======================================================= [![Actions Status](https://github.com/PyO3/python3-dll-a/workflows/Test/badge.svg)](https://github.com/PyO3/python3-dll-a/actions) [![Crate](https://img.shields.io/crates/v/python3-dll-a.svg)](https://crates.io/crates/python3-dll-a) [![Documentation](https://docs.rs/python3-dll-a/badge.svg)](https://docs.rs/python3-dll-a) Generates import libraries for the Python DLL -(either `python3.dll` or `python3y.dll`) +(either `python3.dll` or `python3y(t).dll`) for MinGW-w64 and MSVC (cross-)compile targets. This crate **does not require** Python 3 distribution files