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 5270a86 commit 7a191c4Copy full SHA for 7a191c4
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.2] - 2022-03-15
6
+
7
+### Documentation
8
9
+- Document MSVC ABI environment support
10
11
+### Features
12
13
+- Add support for the LLVM `dlltool` flavor
14
15
+### Testing
16
17
+- Build import libraries for all targets
18
19
## [0.1.1] - 2022-03-14
20
21
### Documentation
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "python3-dll-a"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
description = "Standalone python3.dll import library generator"
repository = "https://github.com/ravenexp/python3-dll-a"
0 commit comments