Skip to content

Commit 66bdee4

Browse files
committed
chore(release): prepare for v0.2.11
Update the README title and the crate description, append an entry to CHANGELOG and bump the crate version.
1 parent ac5aa86 commit 66bdee4

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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.11] - 2024-11-30
6+
7+
### Features
8+
9+
- Add Python 3.13t support in [#82](https://github.com/PyO3/python3-dll-a/pull/82)
10+
511
## [0.2.10] - 2024-06-24
612

713
### Features

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "python3-dll-a"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
edition = "2021"
5-
description = "Standalone python3(y).dll import library generator"
5+
description = "Standalone python3(y)(t).dll import library generator"
66
repository = "https://github.com/PyO3/python3-dll-a"
77
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>", "Adam Reichold <[email protected]>"]
88
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Standalone `python3(y).dll` import library generator
2-
====================================================
1+
Standalone `python3(y)(t).dll` import library generator
2+
=======================================================
33

44
[![Actions Status](https://github.com/PyO3/python3-dll-a/workflows/Test/badge.svg)](https://github.com/PyO3/python3-dll-a/actions)
55
[![Crate](https://img.shields.io/crates/v/python3-dll-a.svg)](https://crates.io/crates/python3-dll-a)
66
[![Documentation](https://docs.rs/python3-dll-a/badge.svg)](https://docs.rs/python3-dll-a)
77

88
Generates import libraries for the Python DLL
9-
(either `python3.dll` or `python3y.dll`)
9+
(either `python3.dll` or `python3y(t).dll`)
1010
for MinGW-w64 and MSVC (cross-)compile targets.
1111

1212
This crate **does not require** Python 3 distribution files

0 commit comments

Comments
 (0)