From 2760cb1c398bfe87f003368f3105f67a91d39740 Mon Sep 17 00:00:00 2001 From: Sergey Kvachonok Date: Sun, 16 Feb 2025 10:22:02 +0300 Subject: [PATCH] chore(release): prepare for v0.2.13 Append an entry to CHANGELOG and bump the crate version. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"