Skip to content

Commit f367b0f

Browse files
committed
chore(release): prepare for v0.2.13
Append an entry to CHANGELOG and bump the crate version.
1 parent 7f715a2 commit f367b0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.13] - 2025-02-16
6+
7+
### Features
8+
9+
- Add PyPy 3.11 support in [#87](https://github.com/PyO3/python3-dll-a/pull/87)
10+
511
## [0.2.12] - 2024-12-19
612

713
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python3-dll-a"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
edition = "2021"
55
description = "Standalone python3(y)(t).dll import library generator"
66
repository = "https://github.com/PyO3/python3-dll-a"

0 commit comments

Comments
 (0)