File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 11[package ]
22name = " python3-dll-a"
3- version = " 0.2.8 "
3+ version = " 0.2.9 "
44edition = " 2021"
55description = " Standalone python3(y).dll import library generator"
66repository = " https://github.com/PyO3/python3-dll-a"
Original file line number Diff line number Diff line change 11Standalone ` 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+
48Generates import libraries for the Python DLL
59(either ` python3.dll ` or ` python3y.dll ` )
610for MinGW-w64 and MSVC (cross-)compile targets.
You can’t perform that action at this time.
0 commit comments