diff --git a/CHANGELOG.md b/CHANGELOG.md index d45a678..75164e6 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.12] - 2024-12-19 + +### Features + +- Add Python 3.13t support in [#84](https://github.com/PyO3/python3-dll-a/pull/84) + ## [0.2.11] - 2024-11-30 ### Features diff --git a/Cargo.toml b/Cargo.toml index 60448e0..649ead9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [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"