Skip to content

Commit 7a191c4

Browse files
committed
chore(release): prepare for v0.1.2
Bump the package version and update CHANGELOG.md
1 parent 5270a86 commit 7a191c4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

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+
519
## [0.1.1] - 2022-03-14
620

721
### Documentation

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.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Standalone python3.dll import library generator"
66
repository = "https://github.com/ravenexp/python3-dll-a"

0 commit comments

Comments
 (0)