We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb62a commit c1f64c0Copy full SHA for c1f64c0
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.1] - 2022-03-14
6
+
7
+### Documentation
8
9
+- Add multi-arch `build.rs` examples
10
11
+### Features
12
13
+- Add support for the 32-bit target architecture
14
15
## [0.1.0] - 2022-02-21
16
17
### Documentation
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "python3-dll-a"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Standalone python3.dll import library generator"
repository = "https://github.com/ravenexp/python3-dll-a"
0 commit comments