Skip to content

Commit 200ebf8

Browse files
committed
chore(release): prepare for v0.2.9
1 parent 9d12466 commit 200ebf8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-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.9] - 2023-07-04
6+
7+
### Fixes
8+
9+
- Fix PyPy 3.10 support in[#46](https://github.com/PyO3/python3-dll-a/pull/46)
10+
511
## [0.2.8] - 2023-07-03
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.8"
3+
version = "0.2.9"
44
edition = "2021"
55
description = "Standalone python3(y).dll import library generator"
66
repository = "https://github.com/PyO3/python3-dll-a"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Standalone `python3(y).dll` import library generator
22
====================================================
33

4+
[![Actions Status](https://github.com/PyO3/python3-dll-a/workflows/Test/badge.svg)](https://github.com/PyO3/python3-dll-a/actions)
5+
[![Crate](https://img.shields.io/crates/v/python3-dll-a.svg)](https://crates.io/crates/python3-dll-a)
6+
[![Documentation](https://docs.rs/python3-dll-a/badge.svg)](https://docs.rs/python3-dll-a)
7+
48
Generates import libraries for the Python DLL
59
(either `python3.dll` or `python3y.dll`)
610
for MinGW-w64 and MSVC (cross-)compile targets.

0 commit comments

Comments
 (0)