Skip to content

Commit 121c7b6

Browse files
committed
release: Prepare for v0.2.2
Bump the crate version and update the ChangeLog.
1 parent c714878 commit 121c7b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.2.2] - 2022-05-10
6+
7+
### Features
8+
9+
- Include `python3.def` itself in the Rust source in [#10](https://github.com/pyo3/python3-dll-a/pull/10)
10+
- Add support for generating non-abi3 `pythonXY.dll` in [#15](https://github.com/pyo3/python3-dll-a/pull/15)
11+
12+
### CI
13+
14+
- Automate `stable_abi.txt` updates in [#6](https://github.com/pyo3/python3-dll-a/pull/6)
15+
516
## [0.2.1] - 2022-04-17
617

718
### Features

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.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "Standalone python3(y).dll import library generator"
66
repository = "https://github.com/pyo3/python3-dll-a"

0 commit comments

Comments
 (0)