Skip to content

Commit 9b46300

Browse files
committed
release: Prepare for v0.2.4
Bump the crate version and update the ChangeLog.
1 parent f90a983 commit 9b46300

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## Unreleased
6+
7+
## [0.2.4] - 2022-07-14
8+
9+
### Features
10+
11+
- Add PyPy support in [#25](https://github.com/PyO3/python3-dll-a/pull/25)
12+
513
## [0.2.3] - 2022-05-17
614

715
### 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.3"
3+
version = "0.2.4"
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)