Skip to content

Commit 5366400

Browse files
committed
release: Prepare v0.2.5
Bump the crate version and update the ChangeLog.
1 parent 8731d3a commit 5366400

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.2.5] - 2022-07-14
8+
9+
### Fixes
10+
11+
- Fix PyPy import library name in [#27](https://github.com/PyO3/python3-dll-a/pull/27)
12+
713
## [0.2.4] - 2022-07-14
814

915
### 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.4"
3+
version = "0.2.5"
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)