diff --git a/CHANGELOG.md b/CHANGELOG.md index 75164e6..6b73b56 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.13] - 2025-02-16 + +### Features + +- Add PyPy 3.11 support in [#87](https://github.com/PyO3/python3-dll-a/pull/87) + ## [0.2.12] - 2024-12-19 ### Features diff --git a/Cargo.toml b/Cargo.toml index 649ead9..ea13f7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python3-dll-a" -version = "0.2.12" +version = "0.2.13" edition = "2021" description = "Standalone python3(y)(t).dll import library generator" repository = "https://github.com/PyO3/python3-dll-a"