Skip to content

Commit

Permalink
chore(release): prepare for v0.2.11
Browse files Browse the repository at this point in the history
Update the README title and the crate description,
append an entry to CHANGELOG and bump the crate version.
  • Loading branch information
ravenexp committed Nov 30, 2024
1 parent ac5aa86 commit 66bdee4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.2.11] - 2024-11-30

### Features

- Add Python 3.13t support in [#82](https://github.com/PyO3/python3-dll-a/pull/82)

## [0.2.10] - 2024-06-24

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "python3-dll-a"
version = "0.2.10"
version = "0.2.11"
edition = "2021"
description = "Standalone python3(y).dll import library generator"
description = "Standalone python3(y)(t).dll import library generator"
repository = "https://github.com/PyO3/python3-dll-a"
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>", "Adam Reichold <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Standalone `python3(y).dll` import library generator
====================================================
Standalone `python3(y)(t).dll` import library generator
=======================================================

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

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

This crate **does not require** Python 3 distribution files
Expand Down

0 comments on commit 66bdee4

Please sign in to comment.