Skip to content

Commit 994496d

Browse files
committed
release: Prepare for v0.2.1
Bump the crate version and update the ChangeLog.
1 parent 8016730 commit 994496d

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.2.1] - 2022-04-17
6+
7+
### Features
8+
9+
- Add support for `lib.exe` from MSVC when running on Windows in [#2](https://github.com/ravenexp/python3-dll-a/pull/2)
10+
11+
### Documentation
12+
13+
- Mention the new PyO3 integration feature
14+
- Add maintenance section to README
15+
16+
### Miscellaneous Tasks
17+
18+
- Update stable_abi.txt to the latest main
19+
20+
### CI
21+
22+
- Add `rust.yml` workflow to build and run unit tests
23+
- Add `publish.yml` workflow to publish the crate to `crates.io`
24+
525
## [0.2.0] - 2022-03-21
626

727
### Features

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "python3-dll-a"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Standalone python3.dll import library generator"
66
repository = "https://github.com/ravenexp/python3-dll-a"
7-
authors = ["Sergey Kvachonok <[email protected]>"]
7+
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>"]
88
license = "MIT AND PSF-2.0"
99
keywords = ["build-dependencies", "python", "windows", "mingw"]
1010
categories = ["development-tools::build-utils"]

0 commit comments

Comments
 (0)