Skip to content

Commit 0bd1477

Browse files
committed
chore(release): prepare for v0.2.12
Append an entry to CHANGELOG and bump the crate version.
1 parent 2702c39 commit 0bd1477

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.12] - 2024-12-19
6+
7+
### Features
8+
9+
- Add Python 3.13t support in [#84](https://github.com/PyO3/python3-dll-a/pull/84)
10+
511
## [0.2.11] - 2024-11-30
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.11"
3+
version = "0.2.12"
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)