Skip to content

Commit c1f64c0

Browse files
committed
chore(release): prepare for v0.1.1
Bump the package version and update CHANGELOG.md
1 parent aafb62a commit c1f64c0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

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+
515
## [0.1.0] - 2022-02-21
616

717
### 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.0"
3+
version = "0.1.1"
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)